PrjKind2 Class
The PrjKind2 class supports Visual J# projects, Visual Basic Smart Device projects, and Visual C# Smart Device projects.
Namespace: VSLangProj2
Assembly: VSLangProj2 (in VSLangProj2.dll)
Syntax
'Declaration
<GuidAttribute("74B81DCA-3ED3-4F22-8E15-35532F832A32")> _
Public MustInherit Class PrjKind2
'Usage
Dim instance As PrjKind2
[GuidAttribute("74B81DCA-3ED3-4F22-8E15-35532F832A32")]
public abstract class PrjKind2
[GuidAttribute(L"74B81DCA-3ED3-4F22-8E15-35532F832A32")]
public ref class PrjKind2 abstract
public abstract class PrjKind2
Remarks
The PrjKind2 enumeration is the same as the PrjKind enumeration, with the addition of the following values.
Inheritance Hierarchy
System.Object
VSLangProj2.PrjKind2
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.