ConditionedActivityGroup.GetWhenCondition(Object) Method

Definition

Gets the condition associated with the WhenConditionProperty for the specified dependency object.

public:
 static System::Object ^ GetWhenCondition(System::Object ^ dependencyObject);
public static object GetWhenCondition (object dependencyObject);
static member GetWhenCondition : obj -> obj
Public Shared Function GetWhenCondition (dependencyObject As Object) As Object

Parameters

dependencyObject
Object

The underlying data storage object for the activity.

Returns

The when condition.

Exceptions

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

The executable activities do not contain the dependencyObject.

Applies to

See also