IVsEnumGuids Interface

Definition

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.

Applies to