DependencyObject.GetBoundValue(ActivityBind, Type) Method

Definition

Retrieves the Object that is the subject of an ActivityBind.

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

Parameters

targetType
Type

The Type of the target of the ActivityBind.

Returns

The Object that is the subject of an ActivityBind.

Exceptions

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

-or-

targetType is a null reference (Nothing).

Remarks

The Object that is the subject of an ActivityBind. When overridden in a derived class, this method can be used to customize the way in which a specified binding is resolved.

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