ProjectLoadSettings 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.
Flags for controlling the project load.
This enumeration supports a bitwise combination of its member values.
public enum class ProjectLoadSettings
[System.Flags]
public enum ProjectLoadSettings
[<System.Flags>]
type ProjectLoadSettings =
Public Enum ProjectLoadSettings
- Inheritance
-
ProjectLoadSettings
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | Normal load |
IgnoreMissingImports | 1 | Ignore nonexistent targets files when loading the project |