IVsEnumDebugName Interface

Definition

Enumerates a collection of debug names.

public interface class IVsEnumDebugName
public interface class IVsEnumDebugName
__interface IVsEnumDebugName
[System.Runtime.InteropServices.Guid("9AD7EC03-4157-45B4-A999-403D6DB94578")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsEnumDebugName
[System.Runtime.InteropServices.Guid("9AD7EC03-4157-45B4-A999-403D6DB94578")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsEnumDebugName
[<System.Runtime.InteropServices.Guid("9AD7EC03-4157-45B4-A999-403D6DB94578")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsEnumDebugName = interface
[<System.Runtime.InteropServices.Guid("9AD7EC03-4157-45B4-A999-403D6DB94578")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsEnumDebugName = interface
Public Interface IVsEnumDebugName
Attributes

Methods

Clone(IVsEnumDebugName)

Duplicates a collection of debug names.

GetCount(UInt32)

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

Next(UInt32, 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.

Applies to