PrjKind2 Class
The PrjKind2 class supports Visual Basic Smart Device projects and Visual C# Smart Device projects.
Inheritance Hierarchy
System.Object
VSLangProj2.PrjKind2
Namespace: VSLangProj2
Assembly: VSLangProj2 (in VSLangProj2.dll)
Syntax
'Declaration
<GuidAttribute("74B81DCA-3ED3-4F22-8E15-35532F832A32")> _
Public MustInherit Class PrjKind2
[GuidAttribute("74B81DCA-3ED3-4F22-8E15-35532F832A32")]
public abstract class PrjKind2
[GuidAttribute(L"74B81DCA-3ED3-4F22-8E15-35532F832A32")]
public ref class PrjKind2 abstract
[<AbstractClass>]
[<GuidAttribute("74B81DCA-3ED3-4F22-8E15-35532F832A32")>]
type PrjKind2 = class end
public abstract class PrjKind2
The PrjKind2 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 | |
---|---|---|
prjKindSDECSharpProject | Smart device (SDE) Visual C# Projects/Project automation object. | |
prjKindSDEVBProject | Smart device (SDE) Visual Basic Projects/Project automation object. | |
prjKindVJSharpProject | Smart device (SDE) Projects/Project automation object. |
Top
Remarks
The PrjKind2 enumeration is the same as the PrjKind enumeration, with the addition of the following values.
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.