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
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member vsWindowKindApplicationBrowser An Application Browser window.
Public fieldStatic member vsWindowKindBookmarks A Bookmark window.
Public fieldStatic member vsWindowKindCallBrowser A Call Browser window.
Public fieldStatic member vsWindowKindCodeDefinition A Code Definition window.
Public fieldStatic member vsWindowKindCommunityWindow A Community window.
Public fieldStatic member vsWindowKindDeviceExplorer A Device Explorer window.
Public fieldStatic member vsWindowKindErrorList An ErrorList window.
Public fieldStatic member vsWindowKindFavorites A Favorites window.
Public fieldStatic member vsWindowKindHelpContents A Help Contents window.
Public fieldStatic member vsWindowKindHelpIndex A Help Index window.
Public fieldStatic member vsWindowKindHelpSearch A Help Search window.
Public fieldStatic member vsWindowKindImmediate The Immediate window.
Public fieldStatic member 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.

See Also

Reference

EnvDTE80 Namespace