DependencyObject.GetBoundValue(ActivityBind, Type) メソッド

定義

Objectの件名である ActivityBind を取得します。

protected:
 virtual System::Object ^ GetBoundValue(System::Workflow::ComponentModel::ActivityBind ^ bind, Type ^ targetType);
protected virtual object GetBoundValue(System.Workflow.ComponentModel.ActivityBind bind, Type targetType);
abstract member GetBoundValue : System.Workflow.ComponentModel.ActivityBind * Type -> obj
override this.GetBoundValue : System.Workflow.ComponentModel.ActivityBind * Type -> obj
Protected Overridable Function GetBoundValue (bind As ActivityBind, targetType As Type) As Object

パラメーター

targetType
Type

TypeのターゲットのActivityBind

返品

Objectの対象となるActivityBind

例外

bind は null 参照です (Visual Basic では Nothing)。

-又は-

targetType は null 参照 (Nothing) です。

注釈

Objectの対象となるActivityBind。 派生クラスでオーバーライドされた場合、このメソッドを使用して、指定したバインディングの解決方法をカスタマイズできます。

適用対象