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

Object のサブジェクトである ActivityBind

例外

bind が null 参照 (Visual Basic の場合は Nothing) です。

  • または -

targetType が null 参照 (Nothing) です。

注釈

Object のサブジェクトである ActivityBind。 派生クラスでオーバーライドすることにより、バインディングの解決方法をカスタマイズできます。

適用対象