VSConstants.LOGVIEWID Class

 

Represents the GUIDs of Visual Studio views.

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

System.Object
  Microsoft.VisualStudio.VSConstants.LOGVIEWID

public static class LOGVIEWID

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticAny_guid

The GUID of any view

System_CAPS_pubfieldSystem_CAPS_staticAny_string

The GUID of any view.

System_CAPS_pubfieldSystem_CAPS_staticCode_guid

The GUID of the code editor view.

System_CAPS_pubfieldSystem_CAPS_staticCode_string

The GUID of the code editor view.

System_CAPS_pubfieldSystem_CAPS_staticDebugging_guid

The GUID of the debugger view.

System_CAPS_pubfieldSystem_CAPS_staticDebugging_string

The GUID of the debugger view.

System_CAPS_pubfieldSystem_CAPS_staticDesigner_guid

The GUID of the designer view.

System_CAPS_pubfieldSystem_CAPS_staticDesigner_string

The GUID of the designer view.

System_CAPS_pubfieldSystem_CAPS_staticPrimary_guid

The GUID of the primary (default) view.

System_CAPS_pubfieldSystem_CAPS_staticProjectSpecificEditor_guid

The GUID of the project-specific editor view.

System_CAPS_pubfieldSystem_CAPS_staticProjectSpecificEditor_string

The GUID of the project-specific editor view.

System_CAPS_pubfieldSystem_CAPS_staticTextView_guid

The GUID of the text editor view.

System_CAPS_pubfieldSystem_CAPS_staticTextView_string

The GUID of the text editor view.

System_CAPS_pubfieldSystem_CAPS_staticUserChooseView_guid

The GUID of a use-defined view.

System_CAPS_pubfieldSystem_CAPS_staticUserChooseView_string

The GUID of a use-defined view.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: