RunningContext 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 which represents the UI Context in which the language client should be booted.
public enum class RunningContext
public enum RunningContext
type RunningContext =
Public Enum RunningContext
- Inheritance
-
RunningContext
Fields
Name | Value | Description |
---|---|---|
RunOnGuest | 0 | Boot if running as guest. |
RunOnHost | 1 | Boot if running as Host. |