LogicalViewID Class
Visual Studio 2015
Provides a list of GUIDs that are used to identify views of files or processes.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Any | Specifies any view. |
![]() ![]() | Code | Specifies a view displaying source code. |
![]() ![]() | Debugging | Specifies a view displaying debugging information. |
![]() ![]() | Designer | Specifies a view showing a component designer. |
![]() ![]() | Primary | Specifies the primary view. |
![]() ![]() | ProjectSpecificEditor | Specifies a view showing a project specific editor. |
![]() ![]() | TextView | Specifies a view displaying text. |
![]() ![]() | UserChooseView | Specifies a user-chosen 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.
Show:



