Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Combines multiple component sets.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("64CBD015-9D4B-4DAF-8801-68EDA90B98C5")> _
Public Interface IVsCombinedBrowseComponentSet _
Inherits IVsBrowseComponentSet
[InterfaceTypeAttribute()]
[GuidAttribute("64CBD015-9D4B-4DAF-8801-68EDA90B98C5")]
public interface IVsCombinedBrowseComponentSet : IVsBrowseComponentSet
[InterfaceTypeAttribute()]
[GuidAttribute(L"64CBD015-9D4B-4DAF-8801-68EDA90B98C5")]
public interface class IVsCombinedBrowseComponentSet : IVsBrowseComponentSet
[<InterfaceTypeAttribute()>]
[<GuidAttribute("64CBD015-9D4B-4DAF-8801-68EDA90B98C5")>]
type IVsCombinedBrowseComponentSet =
interface
interface IVsBrowseComponentSet
end
public interface IVsCombinedBrowseComponentSet extends IVsBrowseComponentSet
The IVsCombinedBrowseComponentSet type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AddSet | Adds a new component set. |
![]() |
CreateNavInfo | Creates IVsNavInfo for a symbol defined in the rgSymbolNodes array of symbols. |
![]() |
get_ChildListOptions | 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. |
![]() |
GetList2 | Returns the requested list of symbols. |
![]() |
GetSetAt | Identifies a set in the combined component set. |
![]() |
GetSetCount | Returns the number of the sets in the combined set. |
![]() |
GetSupportedCategoryFields2 | Returns the category values supported by the combined component set for a specified category. |
![]() |
put_ChildListOptions | 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. |
![]() |
RemoveAllSets | Removes all sets from the combined component set. |
![]() |
RemoveOwnerSets | Removes the sets identified by the owner. |
![]() |
RemoveSetAt | Removes a set from the combined component set. |
![]() |
UpdateCounter | Returns the current state of the combined component set counter. Indicates that the set contents have changed. |
Top