CodeCondition.GetBoundValue(ActivityBind, Type) Methode

Definition

Ruft das Objekt Object eines 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

Parameter

bind
ActivityBind

Das ActivityBind von Interesse.

targetType
Type

Das Type Ziel des ActivityBind.

Gibt zurück

Die Object Bindung an die Aktivität durch die ActivityBind.

Ausnahmen

bind oder targetType ist null.

Gilt für: