IVsEnumBSTR Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates a collection of BSTRs.
public interface class IVsEnumBSTR
public interface class IVsEnumBSTR
__interface IVsEnumBSTR
[System.Runtime.InteropServices.Guid("A0A9C2B0-95A3-4819-ADA3-5BD9756BBD36")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsEnumBSTR
[System.Runtime.InteropServices.Guid("A0A9C2B0-95A3-4819-ADA3-5BD9756BBD36")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsEnumBSTR
[<System.Runtime.InteropServices.Guid("A0A9C2B0-95A3-4819-ADA3-5BD9756BBD36")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsEnumBSTR = interface
[<System.Runtime.InteropServices.Guid("A0A9C2B0-95A3-4819-ADA3-5BD9756BBD36")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsEnumBSTR = interface
Public Interface IVsEnumBSTR
- Attributes
Methods
Clone(IVsEnumBSTR) |
Duplicates a collection of BSTRs. |
GetCount(UInt32) |
Returns the total count of BSTRs in the enumeration sequence. |
Next(UInt32, String[], UInt32) |
Retrieves BSTRs from the enumeration sequence. |
Reset() |
Resets the enumeration sequence to the beginning. |
Skip(UInt32) |
Skips BSTRs in the enumeration sequence. |