IVsEnumGUID Interface

 

Enumerates a collection of GUIDs.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

[GuidAttribute("C7A919CC-79C5-43D7-9B1E-B22E459F6557")]
[InterfaceTypeAttribute(1)]
public interface IVsEnumGUID

NameDescription
System_CAPS_pubmethodClone(IVsEnumGUID)

Duplicates a collection of GUIDs.

System_CAPS_pubmethodGetCount(UInt32)

Returns the total count of GUIDs in the enumeration sequence.

System_CAPS_pubmethodNext(UInt32, Guid[], UInt32)

Retrieves GUIDs from the enumeration sequence.

System_CAPS_pubmethodReset()

Resets the enumeration sequence to the beginning.

System_CAPS_pubmethodSkip(UInt32)

Skips GUIDs in the enumeration sequence.

Return to top
Show: