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
.
Applies to
See also
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.