PrjBrowseObjectCATID Class
Specifies the category ID (CATID) for a project object.
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| 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. |
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.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



