ProjectKinds Class

 

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

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

System.Object
  EnvDTE80.ProjectKinds

[GuidAttribute("88BFE631-54CD-4FCF-958E-F31187BE32D2")]
public abstract class ProjectKinds

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticvsProjectKindSolutionFolder

Returned when a project appears as a solution folder within Solution Explorer, and the Kind property is invoked for that folder.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: