ProjectInstanceSettings Enum
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.
Enum for controlling project instance creation
This enumeration supports a bitwise combination of its member values.
public enum class ProjectInstanceSettings
[System.Flags]
public enum ProjectInstanceSettings
[<System.Flags>]
type ProjectInstanceSettings =
Public Enum ProjectInstanceSettings
- Inheritance
-
ProjectInstanceSettings
- Attributes
Fields
Immutable | 1 | create immutable version of project instance |
ImmutableWithFastItemLookup | 3 | create project instance with some look up table that improves performance |
None | 0 | no options |