IVsEnumDebugName Interface

 

Enumerates a collection of debug names.

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

[GuidAttribute("9AD7EC03-4157-45B4-A999-403D6DB94578")]
[InterfaceTypeAttribute(1)]
public interface IVsEnumDebugName

NameDescription
System_CAPS_pubmethodClone(IVsEnumDebugName)

Duplicates a collection of debug names.

System_CAPS_pubmethodGetCount(UInt32)

Returns the total count of debug names in the enumeration sequence.

System_CAPS_pubmethodNext(UInt32, IVsDebugName[], UInt32)

Retrieves debug names from the enumeration sequence.

System_CAPS_pubmethodReset()

Resets the enumeration sequence to the beginning.

System_CAPS_pubmethodSkip(UInt32)

Skips debug names in the enumeration sequence.

Return to top
Show: