Share via


CodeCondition.GetBoundValue(ActivityBind, Type) Metodo

Definizione

Recupera l'oggetto Object che corrisponde al soggetto di una classe 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

La classe ActivityBind di interesse.

targetType
Type

Il tipo Type di destinazione di ActivityBind.

Restituisce

Object associato all'attività da ActivityBind.

Eccezioni

bind o targetType è null.

Si applica a