PrjCATID Class
Specifies the category ID (CATID) for projects and project items of Web sites.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
<GuidAttribute("748A1EBD-AA1F-4D4F-A56D-2FB09810BDD2")> _
Public MustInherit Class PrjCATID
'Usage
Dim instance As PrjCATID
[GuidAttribute("748A1EBD-AA1F-4D4F-A56D-2FB09810BDD2")]
public abstract class PrjCATID
[GuidAttribute(L"748A1EBD-AA1F-4D4F-A56D-2FB09810BDD2")]
public ref class PrjCATID abstract
public abstract class PrjCATID
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.
Inheritance Hierarchy
System.Object
VsWebSite.PrjCATID
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.