PrjBrowseObjectCATID2 Class
CATID (Category ID) objects are used to extend the properties that appear in the Properties window for projects and project items.
Namespace: VSLangProj2
Assembly: VSLangProj2 (in VSLangProj2.dll)
Syntax
'Declaration
<GuidAttribute("34D3C327-833A-4BB5-A509-AAD9CA7A0B07")> _
Public MustInherit Class PrjBrowseObjectCATID2
'Usage
Dim instance As PrjBrowseObjectCATID2
[GuidAttribute("34D3C327-833A-4BB5-A509-AAD9CA7A0B07")]
public abstract class PrjBrowseObjectCATID2
[GuidAttribute(L"34D3C327-833A-4BB5-A509-AAD9CA7A0B07")]
public ref class PrjBrowseObjectCATID2 abstract
public abstract class PrjBrowseObjectCATID2
Remarks
The PrjBrowseObjectCATID2 enumeration is the same as PrjBrowseObjectCATID enumeration, with the addition of the following Visual J#-related 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.
Inheritance Hierarchy
System.Object
VSLangProj2.PrjBrowseObjectCATID2
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.