IVsEnumSelectedSymbols Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerator for groups of selected symbols. The enumerator returns an array of IVsSelectedSymbol interfaces.
public interface class IVsEnumSelectedSymbols
public interface class IVsEnumSelectedSymbols
__interface IVsEnumSelectedSymbols
[System.Runtime.InteropServices.Guid("CAC67C59-301A-415D-B269-790F7D4731BC")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsEnumSelectedSymbols
[<System.Runtime.InteropServices.Guid("CAC67C59-301A-415D-B269-790F7D4731BC")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsEnumSelectedSymbols = interface
Public Interface IVsEnumSelectedSymbols
- Attributes
Methods
Clone(IVsEnumSelectedSymbols) |
Creates a clone of the interface. |
Next(UInt32, IVsSelectedSymbol[], UInt32) |
Returns the next one or more selected symbols represented by IVsSelectedSymbol interfaces. |
Reset() |
Returns the enumerator to its initial state. |
Skip(UInt32) |
Skips a given number of items. |