IVsEnumGuids Interface

Enumerates a collection of GUIDs.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assemblies:   Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
<GuidAttribute("BEC804F7-F5DE-4F3E-8EBB-DAB26649F33F")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsEnumGuids
[GuidAttribute("BEC804F7-F5DE-4F3E-8EBB-DAB26649F33F")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsEnumGuids
[GuidAttribute(L"BEC804F7-F5DE-4F3E-8EBB-DAB26649F33F")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsEnumGuids
[<GuidAttribute("BEC804F7-F5DE-4F3E-8EBB-DAB26649F33F")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsEnumGuids =  interface end
public interface IVsEnumGuids

The IVsEnumGuids type exposes the following members.

Methods

  Name Description
Public method Clone Creates another enumerator that contains the same enumeration state as the current one.
Public method Next Retrieves a specified number of GUIDs in the enumeration sequence.
Public method Reset Resets the enumeration sequence to the beginning.
Public method Skip Skips a specified number of GUIDs in the enumeration sequence.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace