PrjBrowseObjectCATID2 Class
CATID (Category ID) objects are used to extend the properties that appear in the Properties window for projects and project items.
Assembly: VSLangProj2 (in VSLangProj2.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 | |
|---|---|---|
![]() ![]() | prjCATIDVJSharpConfig | Config CATID |
![]() ![]() | prjCATIDVJSharpFileBrowseObject | File browse object CATID |
![]() ![]() | prjCATIDVJSharpFolderBrowseObject | Folder browse object CATID |
![]() ![]() | prjCATIDVJSharpProjectBrowseObject | Project browse object CATID |
![]() ![]() | prjCATIDVJSharpProjectConfigBrowseObject | Project config browse object CATID |
![]() ![]() | prjCATIDVJSharpReferenceBrowseObject | Reference browse object CATID |
The PrjBrowseObjectCATID2 enumeration is the same as PrjBrowseObjectCATID enumeration, with the addition of the following enumeration values:
The PrjBrowseObjectCATID2 enumeration is used to extend the properties that appear in the Properties window for projects and project items. Extension is typically used by ISVs to extend the automation interface. Developers may add or delete items from the Properties window, by using the appropriate Category ID (CATID) to extend the automation interface. For more information, see Implementing and Using Automation Extenders.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



