LogicalView Enumeration
This enumeration lists the supported logical views.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Enumeration LogicalView
public enum LogicalView
public enum class LogicalView
type LogicalView
public enum LogicalView
Members
Member name | Description | |
---|---|---|
Any | The corresponding GUID value is FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF. | |
Code | The corresponding GUID value is 7651A701-06E5-11D1-8EBD-00A0C90F26EA. | |
Debugging | The corresponding GUID value is 7651A700-06E5-11D1-8EBD-00A0C90F26EA. | |
Designer | The corresponding GUID value is 7651A702-06E5-11D1-8EBD-00A0C90F26EA. | |
Primary | The corresponding GUID value is 00000000-0000-0000-0000-000000000000. | |
ProjectSpecific | The corresponding GUID value is 80A3471A-6B87-433E-A75A-9D461DE0645F. | |
Text | The corresponding GUID value is 7651A703-06E5-11D1-8EBD-00A0C90F26EA. | |
UserChoose | The corresponding GUID value is 7651A704-06E5-11D1-8EBD-00A0C90F26EA. |
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.