ProjectLoadResult.LoadResults 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 tracking open result.
This enumeration supports a bitwise combination of its member values.
public: enum class ProjectLoadResult::LoadResults
[System.Flags]
public enum ProjectLoadResult.LoadResults
[<System.Flags>]
type ProjectLoadResult.LoadResults =
Public Enum ProjectLoadResult.LoadResults
- Inheritance
-
ProjectLoadResult.LoadResults
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No projects got loaded. |
SomeLoaded | 1 | Some projects were loaded. |
UnsupportedProjectLoadBlocked | 2 | Some unsupported project load was blocked as incompatible. |