IVsSimpleBrowseComponentSet Members
Include Protected Members
Include Inherited Members
Populates the component set with browsable components, such as Visual Studio projects, external .NET Framework components and type (.tlb) libraries.
The IVsSimpleBrowseComponentSet type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddComponent | Adds a component to a component set. | |
CreateNavInfo | Creates IVsNavInfo for a symbol defined in the rgSymbolNodes array of symbols. (Inherited from IVsBrowseComponentSet.) | |
CreateNavInfo(Guid%, array<SYMBOL_DESCRIPTION_NODE[], UInt32, IVsNavInfo%) | Creates IVsNavInfo for a symbol defined in the rgSymbolNodes array of symbols. | |
FindComponent | Finds a component in the component set. | |
get_ChildListOptions | Returns the options for the child list of a symbol. The list is described by the IVsSimpleObjectList2 interface. (Inherited from IVsBrowseComponentSet.) | |
get_ChildListOptions(UInt32%) | Returns the options for the child list of a symbol. The list is described by the IVsSimpleObjectList2 interface. | |
get_ComponentsListOptions | Returns the options for the list of components. (Inherited from IVsBrowseComponentSet.) | |
get_ComponentsListOptions(UInt32%) | Returns the options for the list of components. | |
get_Owner | Identifies the component set by the owner. | |
get_RootNavInfo | Provides the IVsNavInfo for the root node of the component set. | |
GetList2 | Returns the requested list of symbols. (Inherited from IVsBrowseComponentSet.) | |
GetList2(UInt32, UInt32, array<VSOBSEARCHCRITERIA2[], IVsObjectList2, IVsObjectList2%) | Returns the requested list of symbols. | |
GetSupportedCategoryFields2 | Returns the category values supported by the component set for a specified category. (Inherited from IVsBrowseComponentSet.) | |
GetSupportedCategoryFields2(Int32, UInt32%) | Returns the category values supported by the component set for a specified category. | |
put_ChildListOptions | Set the options for the child IVsSimpleObjectList2 list of a symbol in the hierarchical tree of symbols. (Inherited from IVsBrowseComponentSet.) | |
put_ChildListOptions(UInt32) | Sets the options for the child IVsSimpleObjectList2 list of a symbol in the hierarchical tree of symbols. | |
put_ComponentsListOptions | Sets the options for the list of components. (Inherited from IVsBrowseComponentSet.) | |
put_ComponentsListOptions(UInt32) | Sets the options for the list of components. | |
put_Owner | Sets the owner for the component set. | |
put_RootNavInfo | Sets the IVsNavInfo for the root node of the component set. | |
RemoveAllComponents | Removes all components from the component set. | |
RemoveComponent | Removes a component from the component set. | |
UpdateCounter | Returns the current state of the library counter. Indicates that the library contents have changed. (Inherited from IVsBrowseComponentSet.) | |
UpdateCounter(UInt32%) | Returns the current state of the set counter. Indicates that the set contents have changed. |
Top