CodeCondition.GetBoundValue(ActivityBind, Type) Metoda

Definicja

Pobiera obiekt Object , który jest przedmiotem obiektu 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

Parametry

bind
ActivityBind

Interes ActivityBind .

targetType
Type

Wartość Type docelowa obiektu ActivityBind.

Zwraca

Powiązanie Object z działaniem przez element ActivityBind.

Wyjątki

bind lub targetType ma wartość null.

Dotyczy