PrjBrowseObjectCATID Class
The PrjBrowseObjectCATID enumeration is used for extension of 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 Spectrum of Visual Studio Automation.
Inheritance Hierarchy
Object
VSLangProj.PrjBrowseObjectCATID
Namespace: VSLangProj
Assembly: VSLangProj (in VSLangProj.dll)
Syntax
'Declaration
<GuidAttribute("36FE55BE-6A2F-4746-9084-DAF238BD3FC6")> _
Public MustInherit Class PrjBrowseObjectCATID
[GuidAttribute("36FE55BE-6A2F-4746-9084-DAF238BD3FC6")]
public abstract class PrjBrowseObjectCATID
[GuidAttribute(L"36FE55BE-6A2F-4746-9084-DAF238BD3FC6")]
public ref class PrjBrowseObjectCATID abstract
[<AbstractClass>]
[<GuidAttribute("36FE55BE-6A2F-4746-9084-DAF238BD3FC6")>]
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 | |
---|---|---|
prjCATIDCSharpConfig | Visual C# project configuration. | |
prjCATIDCSharpFileBrowseObject | Visual C# file project item. | |
prjCATIDCSharpFolderBrowseObject | Visual C# folder project item. | |
prjCATIDCSharpProjectBrowseObject | Visual C# project. | |
prjCATIDCSharpProjectConfigBrowseObject | Visual C# project configuration. | |
prjCATIDCSharpReferenceBrowseObject | Visual C# reference. | |
prjCATIDVBConfig | Visual Basic project configuration. | |
prjCATIDVBFileBrowseObject | Visual Basic file project item. | |
prjCATIDVBFolderBrowseObject | Visual Basic folder project item. | |
prjCATIDVBProjectBrowseObject | Visual Basic project. | |
prjCATIDVBProjectConfigBrowseObject | Visual Basic project configuration. | |
prjCATIDVBReferenceBrowseObject | Visual Basic reference. | |
prjCATIDVSAConfig | Macro project configuration CATID. | |
prjCATIDVSAFileBrowseObject | Macro project file project item. | |
prjCATIDVSAFolderBrowseObject | Macro project folder project item. | |
prjCATIDVSAReferenceBrowseObject | Macro project reference. |
Top
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.