CodeCondition.GetBoundValue(ActivityBind, Type) Metod

Definition

Hämtar ämnet Object för en 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

Parametrar

bind
ActivityBind

Av ActivityBind intresse.

targetType
Type

Målet Type för ActivityBind.

Returer

Bindningen Object till aktiviteten av ActivityBind.

Undantag

bind eller targetType är null.

Gäller för