WindowKinds Class
Expands upon constants used to get a handle for window objects.
Inheritance Hierarchy
System.Object
EnvDTE80.WindowKinds
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
<GuidAttribute("2AAE0C73-D8A3-49C0-8070-630DC0F2BE16")> _
Public MustInherit Class WindowKinds
[GuidAttribute("2AAE0C73-D8A3-49C0-8070-630DC0F2BE16")]
public abstract class WindowKinds
[GuidAttribute(L"2AAE0C73-D8A3-49C0-8070-630DC0F2BE16")]
public ref class WindowKinds abstract
[<AbstractClass>]
[<GuidAttribute("2AAE0C73-D8A3-49C0-8070-630DC0F2BE16")>]
type WindowKinds = class end
public abstract class WindowKinds
The WindowKinds type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
![]() ![]() |
vsWindowKindApplicationBrowser | An Application Browser window. |
![]() ![]() |
vsWindowKindBookmarks | A Bookmark window. |
![]() ![]() |
vsWindowKindCallBrowser | A Call Browser window. |
![]() ![]() |
vsWindowKindCodeDefinition | A Code Definition window. |
![]() ![]() |
vsWindowKindCommunityWindow | A Community window. |
![]() ![]() |
vsWindowKindDeviceExplorer | A Device Explorer window. |
![]() ![]() |
vsWindowKindErrorList | An ErrorList window. |
![]() ![]() |
vsWindowKindFavorites | A Favorites window. |
![]() ![]() |
vsWindowKindHelpContents | A Help Contents window. |
![]() ![]() |
vsWindowKindHelpIndex | A Help Index window. |
![]() ![]() |
vsWindowKindHelpSearch | A Help Search window. |
![]() ![]() |
vsWindowKindImmediate | The Immediate window. |
![]() ![]() |
vsWindowKindKindStartPage | A Kind Start Page window. |
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.