PrjBrowseObjectCATID2 Class
CATID (Category ID) objects are used to extend the properties that appear in the Properties window for projects and project items.
Inheritance Hierarchy
System.Object
VSLangProj2.PrjBrowseObjectCATID2
Namespace: VSLangProj2
Assembly: VSLangProj2 (in VSLangProj2.dll)
Syntax
'Declaration
<GuidAttribute("34D3C327-833A-4BB5-A509-AAD9CA7A0B07")> _
Public MustInherit Class PrjBrowseObjectCATID2
[GuidAttribute("34D3C327-833A-4BB5-A509-AAD9CA7A0B07")]
public abstract class PrjBrowseObjectCATID2
[GuidAttribute(L"34D3C327-833A-4BB5-A509-AAD9CA7A0B07")]
public ref class PrjBrowseObjectCATID2 abstract
[<AbstractClass>]
[<GuidAttribute("34D3C327-833A-4BB5-A509-AAD9CA7A0B07")>]
type PrjBrowseObjectCATID2 = class end
public abstract class PrjBrowseObjectCATID2
The PrjBrowseObjectCATID2 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 a hash function for a particular type. (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 | |
---|---|---|
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 |
Top
Remarks
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.
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.