CreateOptions Enumeration
.NET Framework (current version)
Used by a ModelFactory instance to specify how to create a new item.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
| Member name | Description | |
|---|---|---|
| InitializeDefaults | Creates the item and asks the object to perform any default initialization. This flag is generally passed in when a new control or object is being created by a user. | |
| None | Creates the object and does not perform any operation on it. This is the default option when creating an item with the ModelFactory class. |
.NET Framework
Available since 4.0
Available since 4.0
Show: