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

定義

Object のサブジェクトである ActivityBind を取得します。

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

パラメーター

bind
ActivityBind

目的の ActivityBind

targetType
Type

Type のターゲットの ActivityBind

戻り値

Object によってアクティビティにバインドされた ActivityBind

例外

bind または targetTypenull です。

適用対象