PrjBrowseObjectCATID2 Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
CATID (Category ID) objects are used to extend the properties that appear in the Properties window for projects and project items.
public ref class PrjBrowseObjectCATID2 abstract
[Windows::Foundation::Metadata::WebHostHidden]
public ref class PrjBrowseObjectCATID2 abstract
[Windows::Foundation::Metadata::WebHostHidden]
class PrjBrowseObjectCATID2 abstract
[System.Runtime.InteropServices.Guid("34D3C327-833A-4BB5-A509-AAD9CA7A0B07")]
public abstract class PrjBrowseObjectCATID2
[<System.Runtime.InteropServices.Guid("34D3C327-833A-4BB5-A509-AAD9CA7A0B07")>]
type PrjBrowseObjectCATID2 = class
Public MustInherit Class PrjBrowseObjectCATID2
- Inheritance
-
PrjBrowseObjectCATID2
- Attributes
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.
Constructors
PrjBrowseObjectCATID2() |
Fields
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 |