PrjKind2 Class

 

The PrjKind2 class supports Visual Basic Smart Device projects and Visual C# Smart Device projects.

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

System.Object
  VSLangProj2.PrjKind2

[GuidAttribute("74B81DCA-3ED3-4F22-8E15-35532F832A32")]
public abstract class PrjKind2

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_staticprjKindSDECSharpProject

Smart device (SDE) Visual C# Projects/Project automation object.

System_CAPS_pubfieldSystem_CAPS_staticprjKindSDEVBProject

Smart device (SDE) Visual Basic Projects/Project automation object.

System_CAPS_pubfieldSystem_CAPS_staticprjKindVJSharpProject

Smart device (SDE) Projects/Project automation object.

The PrjKind2 enumeration is the same as the PrjKind enumeration, with the addition of the following values.

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: