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.
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 | |
---|---|---|
![]() |
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 a hash function for a particular type. (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 | |
---|---|---|
![]() ![]() |
prjKindCSharpProject | Visual C# Projects/Project automation object kind. |
![]() ![]() |
prjKindVBProject | Visual Basic Projects/Project automation object kind. |
![]() ![]() |
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.