ConditionedActivityGroup.SetWhenCondition(Object, 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.
Sets the condition associated with the WhenConditionProperty for the specified dependency object.
public:
static void SetWhenCondition(System::Object ^ dependencyObject, System::Object ^ value);
public static void SetWhenCondition (object dependencyObject, object value);
static member SetWhenCondition : obj * obj -> unit
Public Shared Sub SetWhenCondition (dependencyObject As Object, value As Object)
Parameters
- dependencyObject
- Object
The underlying data storage object for the activity.
- value
- Object
The value of 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, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.