DependencyObject::SetBoundValue Method (ActivityBind^, Object^)

 

Sets the value of the target ActivityBind.

Namespace:   System.Workflow.ComponentModel
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

protected:
virtual void SetBoundValue(
	ActivityBind^ bind,
	Object^ value
)

Parameters

bind
Type: System.Workflow.ComponentModel::ActivityBind^

The ActivityBind.

value
Type: System::Object^

The Object to set the target of the ActivityBind.

Exception Condition
ArgumentNullException

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

.NET Framework
Available since 3.0
Return to top
Show: