ProjectKinds Class

Used to determine if the folder node is a solution folder.

Inheritance Hierarchy

Object
  EnvDTE80.ProjectKinds

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

Syntax

'Declaration
<GuidAttribute("88BFE631-54CD-4FCF-958E-F31187BE32D2")> _
Public MustInherit Class ProjectKinds
[GuidAttribute("88BFE631-54CD-4FCF-958E-F31187BE32D2")]
public abstract class ProjectKinds
[GuidAttribute(L"88BFE631-54CD-4FCF-958E-F31187BE32D2")]
public ref class ProjectKinds abstract
[<AbstractClass>]
[<GuidAttribute("88BFE631-54CD-4FCF-958E-F31187BE32D2")>]
type ProjectKinds =  class end
public abstract class ProjectKinds

The ProjectKinds 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 the default hash function. (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 vsProjectKindSolutionFolder Returned when a project appears as a solution folder within Solution Explorer, and the Kind property is invoked for that folder.

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