VSConstants.LOGVIEWID Class
Represents the GUIDs of Visual Studio views.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.VSConstants.LOGVIEWID
Namespace: Microsoft.VisualStudio
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public NotInheritable Class LOGVIEWID
public static class LOGVIEWID
public ref class LOGVIEWID abstract sealed
[<AbstractClass>]
[<Sealed>]
type LOGVIEWID = class end
public final class LOGVIEWID
The VSConstants.LOGVIEWID type exposes the following members.
Fields
Name | Description | |
---|---|---|
Any_guid | The GUID of any view | |
Any_string | The GUID of any view. | |
Code_guid | The GUID of the code editor view. | |
Code_string | The GUID of the code editor view. | |
Debugging_guid | The GUID of the debugger view. | |
Debugging_string | The GUID of the debugger view. | |
Designer_guid | The GUID of the designer view. | |
Designer_string | The GUID of the designer view. | |
Primary_guid | The GUID of the primary (default) view. | |
ProjectSpecificEditor_guid | The GUID of the project-specific editor view. | |
ProjectSpecificEditor_string | The GUID of the project-specific editor view. | |
TextView_guid | The GUID of the text editor view. | |
TextView_string | The GUID of the text editor view. | |
UserChooseView_guid | The GUID of a use-defined view. | |
UserChooseView_string | The GUID of a use-defined view. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.