Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 | |
|---|---|---|
![]() |
Clone | Duplicates a collection of debug names. |
![]() |
GetCount | Returns the total count of debug names in the enumeration sequence. |
![]() |
Next | Retrieves debug names from the enumeration sequence. |
![]() |
Reset | Resets the enumeration sequence to the beginning. |
![]() |
Skip | Skips debug names in the enumeration sequence. |
Top
.gif)