WorkspaceServiceFactoryOptions Enum
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.
Options for workspace service factories.
This enumeration supports a bitwise combination of its member values.
public enum class WorkspaceServiceFactoryOptions
C++/CX
public enum class WorkspaceServiceFactoryOptions
enum WorkspaceServiceFactoryOptions
[System.Flags]
public enum WorkspaceServiceFactoryOptions
[<System.Flags>]
type WorkspaceServiceFactoryOptions =
Public Enum WorkspaceServiceFactoryOptions
- Inheritance
-
WorkspaceServiceFactoryOptions
- Attributes
Name | Value | Description |
---|---|---|
None | 0 | Default workspace factory options. |
CreateOnWorkspaceInitialize | 1 | Create the factory instance when workspace is being initialized. |
IsCreateAsync | 2 | If the service has async creation pattern. |
Product | Versions |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |