IVsEnumSelectedSymbols Interface

 

Enumerator for groups of selected symbols. The enumerator returns an array of IVsSelectedSymbol interfaces.

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

[InterfaceTypeAttribute(1)]
[GuidAttribute("CAC67C59-301A-415D-B269-790F7D4731BC")]
public interface IVsEnumSelectedSymbols

NameDescription
System_CAPS_pubmethodClone(IVsEnumSelectedSymbols)

Creates a clone of the interface.

System_CAPS_pubmethodNext(UInt32, IVsSelectedSymbol[], UInt32)

Returns the next one or more selected symbols represented by IVsSelectedSymbol interfaces.

System_CAPS_pubmethodReset()

Returns the enumerator to its initial state.

System_CAPS_pubmethodSkip(UInt32)

Skips a given number of items.

Return to top
Show: