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 | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
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
Return to top