DependencyObject.SetBoundValue(ActivityBind, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- bind
- ActivityBind
The ActivityBind.
- value
- Object
The Object to set the target of the ActivityBind.
Exceptions
bind
is a null reference (Nothing
in Visual Basic).
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.