IVsEnumGUID Interface

Definition

Enumerates a collection of GUIDs.

public interface class IVsEnumGUID
public interface class IVsEnumGUID
__interface IVsEnumGUID
[System.Runtime.InteropServices.Guid("C7A919CC-79C5-43D7-9B1E-B22E459F6557")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsEnumGUID
[System.Runtime.InteropServices.Guid("C7A919CC-79C5-43D7-9B1E-B22E459F6557")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsEnumGUID
[<System.Runtime.InteropServices.Guid("C7A919CC-79C5-43D7-9B1E-B22E459F6557")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsEnumGUID = interface
[<System.Runtime.InteropServices.Guid("C7A919CC-79C5-43D7-9B1E-B22E459F6557")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsEnumGUID = interface
Public Interface IVsEnumGUID
Attributes

Methods

Clone(IVsEnumGUID)

Duplicates a collection of GUIDs.

GetCount(UInt32)

Returns the total count of GUIDs in the enumeration sequence.

Next(UInt32, Guid[], UInt32)

Retrieves GUIDs from the enumeration sequence.

Reset()

Resets the enumeration sequence to the beginning.

Skip(UInt32)

Skips GUIDs in the enumeration sequence.

Applies to