DependencyObject.SetBoundValue(ActivityBind, Object) Method

Definition

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)

Parameters

value
Object

The Object to set the target of the ActivityBind.

Exceptions

bind is a null reference (Nothing in Visual Basic).

Applies to