PrjCATID Class

 

Specifies the category ID (CATID) for projects and project items of Web sites.

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

Inheritance Hierarchy

System.Object
  VsWebSite.PrjCATID

Syntax

[GuidAttribute("748A1EBD-AA1F-4D4F-A56D-2FB09810BDD2")]
public abstract class PrjCATID
[GuidAttribute("748A1EBD-AA1F-4D4F-A56D-2FB09810BDD2")]
public ref class PrjCATID abstract 
[<AbstractClass>]
[<GuidAttribute("748A1EBD-AA1F-4D4F-A56D-2FB09810BDD2")>]
type PrjCATID = class end
<GuidAttribute("748A1EBD-AA1F-4D4F-A56D-2FB09810BDD2")>
Public MustInherit Class PrjCATID

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 prjCATIDWebProject

The category ID (CATID) of a Web project.

System_CAPS_pubfieldSystem_CAPS_static prjCATIDWebProjectItem

Gets the category ID (CATID) of a Web project item.

Remarks

A category ID (CATID) is typically used by ISVs to extend the properties of the project, the configuration, or an item. The CATID identifies the interface that is being extended.

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