Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
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 the default hash function. (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 | |
---|---|---|
![]() ![]() |
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.