IVsEnumDebugName Interface

Enumerates a collection of debug names.

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

Syntax

'Declaration
<GuidAttribute("9AD7EC03-4157-45B4-A999-403D6DB94578")> _
<InterfaceTypeAttribute()> _
Public Interface IVsEnumDebugName
[GuidAttribute("9AD7EC03-4157-45B4-A999-403D6DB94578")]
[InterfaceTypeAttribute()]
public interface IVsEnumDebugName
[GuidAttribute(L"9AD7EC03-4157-45B4-A999-403D6DB94578")]
[InterfaceTypeAttribute()]
public interface class IVsEnumDebugName
[<GuidAttribute("9AD7EC03-4157-45B4-A999-403D6DB94578")>]
[<InterfaceTypeAttribute()>]
type IVsEnumDebugName =  interface end
public interface IVsEnumDebugName

The IVsEnumDebugName type exposes the following members.

Methods

  Name Description
Public method Clone Duplicates a collection of debug names.
Public method GetCount Returns the total count of debug names in the enumeration sequence.
Public method Next Retrieves debug names from the enumeration sequence.
Public method Reset Resets the enumeration sequence to the beginning.
Public method Skip Skips debug names in the enumeration sequence.

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace