CodeCondition.GetBoundValue(ActivityBind, Type) Metodo

Definizione

Recupera l'oggetto Object oggetto di un oggetto 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

Parametri

bind
ActivityBind

L'interesse ActivityBind .

targetType
Type

Oggetto Type della destinazione dell'oggetto ActivityBind.

Valori restituiti

Oggetto Object associato all'attività da ActivityBind.

Eccezioni

bind o targetType è null.

Si applica a