PrjKind Class

 

Specifies the kind of Web project.

Namespace:   VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Inheritance Hierarchy

System.Object
  VsWebSite.PrjKind

Syntax

[GuidAttribute("DD665F72-1AEB-4A7A-966D-B2929CAB9E6A")]
public abstract class PrjKind
[GuidAttribute("DD665F72-1AEB-4A7A-966D-B2929CAB9E6A")]
public ref class PrjKind abstract 
[<AbstractClass>]
[<GuidAttribute("DD665F72-1AEB-4A7A-966D-B2929CAB9E6A")>]
type PrjKind = class end
<GuidAttribute("DD665F72-1AEB-4A7A-966D-B2929CAB9E6A")>
Public MustInherit Class PrjKind

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static prjKindVenusProject

Provides a GUID for Visual Web Developer projects.

Remarks

The project kind is based on a GUID.

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

VSWebSite
VsWebSite Namespace

Return to top