DependencyObject.GetBoundValue(ActivityBind, Type) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
パラメーター
- bind
- ActivityBind
- targetType
- Type
Type のターゲットの ActivityBind。
戻り値
Object のサブジェクトである ActivityBind。
例外
bind
が null 参照 (Visual Basic の場合は Nothing
) です。
- または -
targetType
が null 参照 (Nothing
) です。
注釈
Object のサブジェクトである ActivityBind。 派生クラスでオーバーライドすることにより、バインディングの解決方法をカスタマイズできます。