Share via


PrjBrowseObjectCATID Class

Specifies the category ID (CATID) for a project object.

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

Syntax

'Declaration
<GuidAttribute("04E7F469-FD4C-4261-BEAC-C9B2B5EB03B7")> _
Public MustInherit Class PrjBrowseObjectCATID
'Usage
Dim instance As PrjBrowseObjectCATID
[GuidAttribute("04E7F469-FD4C-4261-BEAC-C9B2B5EB03B7")]
public abstract class PrjBrowseObjectCATID
[GuidAttribute(L"04E7F469-FD4C-4261-BEAC-C9B2B5EB03B7")]
public ref class PrjBrowseObjectCATID abstract
public abstract class PrjBrowseObjectCATID

Remarks

The PrjBrowseObjectCATID object is used to extend the properties that appear in the Properties window for projects and project items. ISVs typically use this class to extend the automation interface. You can add or delete items in the Properties window using the appropriate Category ID (CATID) to extend the automation interface.

Inheritance Hierarchy

System.Object
  VsWebSite.PrjBrowseObjectCATID

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

Reference

PrjBrowseObjectCATID Members

VsWebSite Namespace