IVsSelectedSymbols Interface

 

A collection of IVsSelectedSymbol interfaces that provide name and navigation information about symbols in a selection. You can get an instance of this interface from the SVsClassView (SID_SVsClassView) service or SVsObjBrowser (SID_SVsObjBrowser) service for class view or the object browser.

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

[GuidAttribute("8A8921BE-42C7-4984-82E9-C68B12C2B22E")]
[InterfaceTypeAttribute(1)]
public interface IVsSelectedSymbols

NameDescription
System_CAPS_pubmethodEnumSelectedSymbols(IVsEnumSelectedSymbols)

Gets an object that enumerates a collection of selected symbols.

System_CAPS_pubmethodGetCount(UInt32)

Gets the number of selected symbols in the collection.

System_CAPS_pubmethodGetItem(UInt32, IVsSelectedSymbol)

Gets the selected symbol from the location in the collection specified by the item number.

System_CAPS_pubmethodGetItemTypes(UInt32)

Gets the type of the symbols.

Return to top
Show: