IVsEnumBSTR Methods

 

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

NameDescription
System_CAPS_pubmethodClone(IVsEnumBSTR^)

Duplicates a collection of BSTRs.

System_CAPS_pubmethodGetCount(UInt32)

Returns the total count of BSTRs in the enumeration sequence.

System_CAPS_pubmethodNext(UInt32, array<String^>^, UInt32)

Retrieves BSTRs from the enumeration sequence.

System_CAPS_pubmethodReset()

Resets the enumeration sequence to the beginning.

System_CAPS_pubmethodSkip(UInt32)

Skips BSTRs in the enumeration sequence.

Return to top
Show: