IVsEnumBSTR 接口

枚举 BSTR 的集合。

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

语法

声明
<InterfaceTypeAttribute()> _
<GuidAttribute("A0A9C2B0-95A3-4819-ADA3-5BD9756BBD36")> _
Public Interface IVsEnumBSTR
[InterfaceTypeAttribute()]
[GuidAttribute("A0A9C2B0-95A3-4819-ADA3-5BD9756BBD36")]
public interface IVsEnumBSTR
[InterfaceTypeAttribute()]
[GuidAttribute(L"A0A9C2B0-95A3-4819-ADA3-5BD9756BBD36")]
public interface class IVsEnumBSTR
[<InterfaceTypeAttribute()>]
[<GuidAttribute("A0A9C2B0-95A3-4819-ADA3-5BD9756BBD36")>]
type IVsEnumBSTR =  interface end
public interface IVsEnumBSTR

IVsEnumBSTR 类型公开以下成员。

方法

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

页首

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间