ConditionedActivityGroup.GetWhenCondition(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.
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.