DependencyObject.SetBoundValue(ActivityBind, Object) Método
Definición
Establece el valor del ActivityBindde destino.Sets the value of the target ActivityBind.
protected:
virtual void SetBoundValue(System::Workflow::ComponentModel::ActivityBind ^ bind, System::Object ^ value);
protected virtual void SetBoundValue (System.Workflow.ComponentModel.ActivityBind bind, object value);
abstract member SetBoundValue : System.Workflow.ComponentModel.ActivityBind * obj -> unit
override this.SetBoundValue : System.Workflow.ComponentModel.ActivityBind * obj -> unit
Protected Overridable Sub SetBoundValue (bind As ActivityBind, value As Object)
Parámetros
- bind
- ActivityBind
ActivityBind.The ActivityBind.
- value
- Object
El Objectpara establecer el destino de ActivityBind.The Object to set the target of the ActivityBind.
Excepciones
bind
es una referencia nula (Nothing
en Visual Basic).bind
is a null reference (Nothing
in Visual Basic).