Compartir a través de


CodeCondition.GetBoundValue(ActivityBind, Type) Método

Definición

Recupera el Object que es el asunto de un 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

Parámetros

bind
ActivityBind

ActivityBind de interés.

targetType
Type

Type del destino del ActivityBind.

Devoluciones

Object enlazado a la actividad por ActivityBind.

Excepciones

bind o targetType es null.

Se aplica a