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)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("CAC67C59-301A-415D-B269-790F7D4731BC")> _
Public Interface IVsEnumSelectedSymbols
[InterfaceTypeAttribute()]
[GuidAttribute("CAC67C59-301A-415D-B269-790F7D4731BC")]
public interface IVsEnumSelectedSymbols
[InterfaceTypeAttribute()]
[GuidAttribute(L"CAC67C59-301A-415D-B269-790F7D4731BC")]
public interface class IVsEnumSelectedSymbols
[<InterfaceTypeAttribute()>]
[<GuidAttribute("CAC67C59-301A-415D-B269-790F7D4731BC")>]
type IVsEnumSelectedSymbols =  interface end
public interface IVsEnumSelectedSymbols

The IVsEnumSelectedSymbols type exposes the following members.

Methods

  Name Description
Public method Clone Creates a clone of the interface.
Public method Next Returns the next one or more selected symbols represented by IVsSelectedSymbol interfaces.
Public method Reset Returns the enumerator to its initial state.
Public method Skip Skips a given number of items.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace