PrjBrowseObjectCATID Class

 

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

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

Inheritance Hierarchy

System.Object
  VsWebSite.PrjBrowseObjectCATID

Syntax

[GuidAttribute("04E7F469-FD4C-4261-BEAC-C9B2B5EB03B7")]
public abstract class PrjBrowseObjectCATID
[GuidAttribute("04E7F469-FD4C-4261-BEAC-C9B2B5EB03B7")]
public ref class PrjBrowseObjectCATID abstract 
[<AbstractClass>]
[<GuidAttribute("04E7F469-FD4C-4261-BEAC-C9B2B5EB03B7")>]
type PrjBrowseObjectCATID = class end
<GuidAttribute("04E7F469-FD4C-4261-BEAC-C9B2B5EB03B7")>
Public MustInherit Class PrjBrowseObjectCATID

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 prjCATIDWebFileBrowseObject

Provides a GUID used to extend the WebFileProperties collection.

System_CAPS_pubfieldSystem_CAPS_static prjCATIDWebFolderBrowseObject

Provides a GUID used to extend the WebFolderProperties collection.

System_CAPS_pubfieldSystem_CAPS_static prjCATIDWebSiteProjectBrowseObject

Provides a GUID used to extend the WebSiteProperties collection.

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.

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 Namespace

Return to top