IVsEnumDebugName 接口

枚举集合调试名称。

命名空间:  Microsoft.VisualStudio.TextManager.Interop
程序集:  Microsoft.VisualStudio.TextManager.Interop(在 Microsoft.VisualStudio.TextManager.Interop.dll 中)

语法

声明
<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

IVsEnumDebugName 类型公开以下成员。

方法

  名称 说明
公共方法 Clone 重复集合调试名称。
公共方法 GetCount 返回总数调试在枚举序列的名称。
公共方法 Next retrieves 调试枚举序列的名称。
公共方法 Reset 将枚举序列重置到开始处。
公共方法 Skip 跳过调试在枚举序列的名称。

页首

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间