SolutionWorkspaceProviderOptions 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.
Caution
Obsolete as of Visual Studio 2019.
Option flags defined to allow providers to expose it under the solution workspace
This enumeration supports a bitwise combination of its member values.
public enum class SolutionWorkspaceProviderOptions
public enum class SolutionWorkspaceProviderOptions
enum SolutionWorkspaceProviderOptions
[System.Flags]
public enum SolutionWorkspaceProviderOptions
[System.Flags]
[System.Obsolete("Obsolete as of Visual Studio 2019.")]
public enum SolutionWorkspaceProviderOptions
[<System.Flags>]
type SolutionWorkspaceProviderOptions =
[<System.Flags>]
[<System.Obsolete("Obsolete as of Visual Studio 2019.")>]
type SolutionWorkspaceProviderOptions =
Public Enum SolutionWorkspaceProviderOptions
- Inheritance
-
SolutionWorkspaceProviderOptions
- Attributes
Fields
Name | Value | Description |
---|---|---|
Supported | 1048576 | If this provider is supported when working with solution workspaces |
OnlySolutionWorkspace | 2097152 | Only intended to be supported in Solution workspaces |
SupportedAndOnlySolutionWorkspace | 3145728 | Supported but only on Solution workspace |