Compartilhar via


CodeCondition.GetBoundValue(ActivityBind, Type) Método

Definição

Recupera o Object que é a entidade de um 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

O ActivityBind de interesse.

targetType
Type

O Type do destino do ActivityBind.

Retornos

O Object associado à atividade pelo ActivityBind.

Exceções

bind ou targetType é null.

Aplica-se a