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.
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 | |
---|---|---|
![]() |
Clone | Creates a clone of the interface. |
![]() |
Next | Returns the next one or more selected symbols represented by IVsSelectedSymbol interfaces. |
![]() |
Reset | Returns the enumerator to its initial state. |
![]() |
Skip | Skips a given number of items. |
Top