IVsCombinedBrowseComponentSet Interface

 

Combines multiple component sets.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

[InterfaceTypeAttribute(1)]
[GuidAttribute("64CBD015-9D4B-4DAF-8801-68EDA90B98C5")]
public interface IVsCombinedBrowseComponentSet : IVsBrowseComponentSet

NameDescription
System_CAPS_pubmethodAddSet(IVsSimpleBrowseComponentSet)

Adds a new component set.

System_CAPS_pubmethodCreateNavInfo(Guid, SYMBOL_DESCRIPTION_NODE[], UInt32, IVsNavInfo)

Creates IVsNavInfo for a symbol defined in the rgSymbolNodes array of symbols.

System_CAPS_pubmethodget_ChildListOptions(UInt32)

Returns the options for the child list of a symbol. The list is described by the IVsSimpleObjectList2 interface.

System_CAPS_pubmethodget_ComponentsListOptions(UInt32)

Returns the options for the list of components.

System_CAPS_pubmethodGetList2(UInt32, UInt32, VSOBSEARCHCRITERIA2[], IVsObjectList2, IVsObjectList2)

Returns the requested list of symbols.

System_CAPS_pubmethodGetSetAt(UInt32, IVsSimpleBrowseComponentSet)

Identifies a set in the combined component set.

System_CAPS_pubmethodGetSetCount(UInt32)

Returns the number of the sets in the combined set.

System_CAPS_pubmethodGetSupportedCategoryFields2(Int32, UInt32)

Returns the category values supported by the combined component set for a specified category.

System_CAPS_pubmethodput_ChildListOptions(UInt32)

Sets the options for the child IVsSimpleObjectList2 list of a symbol in the hierarchical tree of symbols.

System_CAPS_pubmethodput_ComponentsListOptions(UInt32)

Sets the options for the list of components.

System_CAPS_pubmethodRemoveAllSets()

Removes all sets from the combined component set.

System_CAPS_pubmethodRemoveOwnerSets(Object)

Removes the sets identified by the owner.

System_CAPS_pubmethodRemoveSetAt(UInt32)

Removes a set from the combined component set.

System_CAPS_pubmethodUpdateCounter(UInt32)

Returns the current state of the combined component set counter. Indicates that the set contents have changed.

Return to top
Show: