CodeCondition.GetBoundValue(ActivityBind, Type) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Recupera o Object que é o sujeito 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 alvo do ActivityBind.
Devoluções
O Object ligado à atividade pelo ActivityBind.
Exceções
bind ou targetType é null.