LogicalView Enum

Definition

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

Any 1

The corresponding GUID value is FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF.

Code 3

The corresponding GUID value is 7651A701-06E5-11D1-8EBD-00A0C90F26EA.

Debugging 2

The corresponding GUID value is 7651A700-06E5-11D1-8EBD-00A0C90F26EA.

Designer 4

The corresponding GUID value is 7651A702-06E5-11D1-8EBD-00A0C90F26EA.

Primary 0

The corresponding GUID value is 00000000-0000-0000-0000-000000000000.

ProjectSpecific 7

The corresponding GUID value is 80A3471A-6B87-433E-A75A-9D461DE0645F.

Text 5

The corresponding GUID value is 7651A703-06E5-11D1-8EBD-00A0C90F26EA.

UserChoose 6

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.

Applies to