CodeCondition.GetBoundValue(ActivityBind, Type) 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.
Retrieves the Object that is the subject of a ActivityBind.
protected:
override System::Object ^ GetBoundValue(System::Workflow::ComponentModel::ActivityBind ^ bind, Type ^ targetType);
protected override object GetBoundValue (System.Workflow.ComponentModel.ActivityBind bind, Type targetType);
override this.GetBoundValue : System.Workflow.ComponentModel.ActivityBind * Type -> obj
Protected Overrides Function GetBoundValue (bind As ActivityBind, targetType As Type) As Object
Parameters
- bind
- ActivityBind
The ActivityBind of interest.
- targetType
- Type
The Type of the target of the ActivityBind.
Returns
The Object bound to the activity by the ActivityBind.
Exceptions
bind
or targetType
is null
.
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.