IVsEnumTextBuffers Methods

 

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

NameDescription
System_CAPS_pubmethodClone(IVsEnumTextBuffers^)

Duplicates an enumeration of text buffers.

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

Retrieves text buffers from the enumeration sequence.

System_CAPS_pubmethodReset()

Resets the enumeration sequence to the beginning.

System_CAPS_pubmethodSkip(UInt32)

Skips text buffers in the enumeration sequence.

Return to top
Show: