DependencyObject.GetBoundValue(ActivityBind, Type) Metodo

Definizione

Recupera il Object oggetto di un ActivityBind.

protected:
 virtual System::Object ^ GetBoundValue(System::Workflow::ComponentModel::ActivityBind ^ bind, Type ^ targetType);
protected virtual object GetBoundValue(System.Workflow.ComponentModel.ActivityBind bind, Type targetType);
abstract member GetBoundValue : System.Workflow.ComponentModel.ActivityBind * Type -> obj
override this.GetBoundValue : System.Workflow.ComponentModel.ActivityBind * Type -> obj
Protected Overridable Function GetBoundValue (bind As ActivityBind, targetType As Type) As Object

Parametri

targetType
Type

Oggetto Type della destinazione dell'oggetto ActivityBind.

Valori restituiti

Oggetto Object oggetto di un oggetto ActivityBind.

Eccezioni

bind è un riferimento Null (Nothing in Visual Basic).

oppure

targetType è un riferimento Null (Nothing).

Commenti

Oggetto Object oggetto di un oggetto ActivityBind. Quando sottoposto a override in una classe derivata, questo metodo può essere usato per personalizzare il modo in cui viene risolta un'associazione specificata.

Si applica a