Share via


CodeCondition.GetBoundValue(ActivityBind, Type) Methode

Definition

Ruft das Object ab, das der Gegenstand von ActivityBind ist.

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

Die gewünschte ActivityBind.

targetType
Type

Der Type des Ziels von ActivityBind.

Gibt zurück

Object

Das von Object an die Aktivität gebundene ActivityBind.

Ausnahmen

bind oder targetType ist null.

Gilt für