LogicalView Enumeration

This enumeration lists the supported logical views.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)

Syntax

'Declaration
Public Enumeration LogicalView
'Usage
Dim instance As LogicalView
public enum LogicalView
public enum class LogicalView
public enum LogicalView

Members

Member name Description
Primary The corresponding GUID value is 00000000-0000-0000-0000-000000000000.
Any The corresponding GUID value is FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF.
Debugging The corresponding GUID value is 7651A700-06E5-11D1-8EBD-00A0C90F26EA.
Code The corresponding GUID value is 7651A701-06E5-11D1-8EBD-00A0C90F26EA.
Designer The corresponding GUID value is 7651A702-06E5-11D1-8EBD-00A0C90F26EA.
Text The corresponding GUID value is 7651A703-06E5-11D1-8EBD-00A0C90F26EA.
UserChoose The corresponding GUID value is 7651A704-06E5-11D1-8EBD-00A0C90F26EA.
ProjectSpecific 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.

See Also

Reference

Microsoft.VisualStudio.Shell Namespace