IVsEnumBSTR Interface

Enumerates a collection of BSTRs.

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

Syntax

'Declaration
<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

The IVsEnumBSTR type exposes the following members.

Methods

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

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace