VSConstants.LOGVIEWID Class

Represents the GUIDs of Visual Studio views.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.VSConstants.LOGVIEWID

Namespace:  Microsoft.VisualStudio
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.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
Public fieldStatic member Any_guid The GUID of any view
Public fieldStatic member Any_string The GUID of any view.
Public fieldStatic member Code_guid The GUID of the code editor view.
Public fieldStatic member Code_string The GUID of the code editor view.
Public fieldStatic member Debugging_guid The GUID of the debugger view.
Public fieldStatic member Debugging_string The GUID of the debugger view.
Public fieldStatic member Designer_guid The GUID of the designer view.
Public fieldStatic member Designer_string The GUID of the designer view.
Public fieldStatic member Primary_guid The GUID of the primary (default) view.
Public fieldStatic member ProjectSpecificEditor_guid The GUID of the project-specific editor view.
Public fieldStatic member ProjectSpecificEditor_string The GUID of the project-specific editor view.
Public fieldStatic member TextView_guid The GUID of the text editor view.
Public fieldStatic member TextView_string The GUID of the text editor view.
Public fieldStatic member UserChooseView_guid The GUID of a use-defined view.
Public fieldStatic member 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.

See Also

Reference

Microsoft.VisualStudio Namespace