LogicalView 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.
This enumeration lists the supported logical views.
public enum class LogicalView
public enum class LogicalView
enum LogicalView
[System.ComponentModel.TypeConverter(typeof(Microsoft.VisualStudio.Shell.LogicalViewConverter))]
public enum LogicalView
[<System.ComponentModel.TypeConverter(typeof(Microsoft.VisualStudio.Shell.LogicalViewConverter))>]
type LogicalView =
Public Enum LogicalView
- Inheritance
-
LogicalView
- Attributes
Fields
Name | Value | Description |
---|---|---|
Primary | 0 | The corresponding GUID value is 00000000-0000-0000-0000-000000000000. |
Any | 1 | The corresponding GUID value is FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF. |
Debugging | 2 | The corresponding GUID value is 7651A700-06E5-11D1-8EBD-00A0C90F26EA. |
Code | 3 | The corresponding GUID value is 7651A701-06E5-11D1-8EBD-00A0C90F26EA. |
Designer | 4 | The corresponding GUID value is 7651A702-06E5-11D1-8EBD-00A0C90F26EA. |
Text | 5 | The corresponding GUID value is 7651A703-06E5-11D1-8EBD-00A0C90F26EA. |
UserChoose | 6 | The corresponding GUID value is 7651A704-06E5-11D1-8EBD-00A0C90F26EA. |
ProjectSpecific | 7 | The corresponding GUID value is 80A3471A-6B87-433E-A75A-9D461DE0645F. |
Remarks
Two possible uses of this enumeration include the ProvideEditorFactoryAttribute attribute where it records the one or more logical views associated with an editor factory in the registry or similarly in ProvideViewAttribute which declares that an editor factory offers a particular logical view.