IVsEnumDebugName Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Clone(IVsEnumDebugName^) | Duplicates a collection of debug names. |
![]() | GetCount(UInt32) | Returns the total count of debug names in the enumeration sequence. |
![]() | Next(UInt32, array<IVsDebugName^>^, UInt32) | Retrieves debug names from the enumeration sequence. |
![]() | Reset() | Resets the enumeration sequence to the beginning. |
![]() | Skip(UInt32) | Skips debug names in the enumeration sequence. |
Show:
