IVsEnumGuids 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.
Enumerates a collection of GUIDs.
public interface class IVsEnumGuids
public interface class IVsEnumGuids
__interface IVsEnumGuids
public interface IVsEnumGuids
[System.Runtime.InteropServices.Guid("BEC804F7-F5DE-4F3E-8EBB-DAB26649F33F")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsEnumGuids
type IVsEnumGuids = interface
[<System.Runtime.InteropServices.Guid("BEC804F7-F5DE-4F3E-8EBB-DAB26649F33F")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsEnumGuids = interface
Public Interface IVsEnumGuids
- Attributes
Methods
Clone(IVsEnumGuids) |
Creates another enumerator that contains the same enumeration state as the current one. |
Next(UInt32, Guid[], UInt32) |
Retrieves a specified number of GUIDs in the enumeration sequence. |
Reset() |
Resets the enumeration sequence to the beginning. |
Skip(UInt32) |
Skips a specified number of GUIDs in the enumeration sequence. |