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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.