Edit

Share via


CodeCondition.GetBoundValue(ActivityBind, Type) Method

Definition

Retrieves the Object that is the subject of a ActivityBind.

C#
protected override object GetBoundValue(System.Workflow.ComponentModel.ActivityBind bind, Type targetType);

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

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1