PrjKind Class

Indicates the type of the Project object.

Inheritance Hierarchy

System.Object
  VSLangProj.PrjKind

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

Syntax

'Declaration
<GuidAttribute("10CFE8EA-278E-46DB-A818-0E2D2A3DA182")> _
Public MustInherit Class PrjKind
[GuidAttribute("10CFE8EA-278E-46DB-A818-0E2D2A3DA182")]
public abstract class PrjKind
[GuidAttribute(L"10CFE8EA-278E-46DB-A818-0E2D2A3DA182")]
public ref class PrjKind abstract
[<AbstractClass>]
[<GuidAttribute("10CFE8EA-278E-46DB-A818-0E2D2A3DA182")>]
type PrjKind =  class end
public abstract class PrjKind

The PrjKind 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 prjKindCSharpProject Visual C# Projects/Project automation object kind.
Public fieldStatic member prjKindVBProject Visual Basic Projects/Project automation object kind.
Public fieldStatic member prjKindVSAProject Macro Projects/Project automation object kind.

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

VSLangProj Namespace