PrjBrowseObjectCATID Class
Specifies the category ID (CATID) for a project object.
Inheritance Hierarchy
System.Object
VsWebSite.PrjBrowseObjectCATID
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
<GuidAttribute("04E7F469-FD4C-4261-BEAC-C9B2B5EB03B7")> _
Public MustInherit Class PrjBrowseObjectCATID
[GuidAttribute("04E7F469-FD4C-4261-BEAC-C9B2B5EB03B7")]
public abstract class PrjBrowseObjectCATID
[GuidAttribute(L"04E7F469-FD4C-4261-BEAC-C9B2B5EB03B7")]
public ref class PrjBrowseObjectCATID abstract
[<AbstractClass>]
[<GuidAttribute("04E7F469-FD4C-4261-BEAC-C9B2B5EB03B7")>]
type PrjBrowseObjectCATID = class end
public abstract class PrjBrowseObjectCATID
The PrjBrowseObjectCATID type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
prjCATIDWebFileBrowseObject | Provides a GUID used to extend the WebFileProperties collection. | |
prjCATIDWebFolderBrowseObject | Provides a GUID used to extend the WebFolderProperties collection. | |
prjCATIDWebSiteProjectBrowseObject | Provides a GUID used to extend the WebSiteProperties collection. |
Top
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.