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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.