IVsEnumTextViews Interface

 

Enumerates a collection of text views.

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

[InterfaceTypeAttribute(1)]
[GuidAttribute("DB685578-E6D4-4D5E-B714-FA344A509ABF")]
public interface IVsEnumTextViews

NameDescription
System_CAPS_pubmethodGetCount(UInt32)

Returns the total count of text views in the enumeration sequence.

System_CAPS_pubmethodNext(UInt32, IVsTextView[], UInt32)

Retrieves text views from the enumeration sequence.

System_CAPS_pubmethodReset()

Resets the enumeration sequence to the beginning.

Return to top
Show: