IVsEnumGuids Interface
Enumerates a collection of GUIDs.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.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 | |
---|---|---|
Clone | Creates another enumerator that contains the same enumeration state as the current one. | |
Next | Retrieves a specified number of GUIDs in the enumeration sequence. | |
Reset | Resets the enumeration sequence to the beginning. | |
Skip | Skips a specified number of GUIDs in the enumeration sequence. |
Top