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
'Декларация
<GuidAttribute("9AD7EC03-4157-45B4-A999-403D6DB94578")> _
<InterfaceTypeAttribute()> _
Public Interface IVsEnumDebugName
'Применение
Dim instance As 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