LogicalViewKind 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.
Defines kinds of logical document views.
public enum class LogicalViewKind
public enum LogicalViewKind
type LogicalViewKind =
Public Enum LogicalViewKind
- Inheritance
-
LogicalViewKind
Fields
Name | Value | Description |
---|---|---|
Primary | 0 | Primary (default) document view. |
Any | 1 | Any defined document view. |
Debugging | 2 | Debugger document view. |
Code | 3 | Code editor document view. |
Designer | 4 | Designer document view. |
Text | 5 | Text editor document view. |
UserChoose | 6 | User choosen document view. |
ProjectSpecific | 7 | Project specific document view. |