IVsEnumTextViews Interface

Definition

Enumerates a collection of text views.

public interface class IVsEnumTextViews
public interface class IVsEnumTextViews
__interface IVsEnumTextViews
[System.Runtime.InteropServices.Guid("DB685578-E6D4-4D5E-B714-FA344A509ABF")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsEnumTextViews
[System.Runtime.InteropServices.Guid("DB685578-E6D4-4D5E-B714-FA344A509ABF")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsEnumTextViews
[<System.Runtime.InteropServices.Guid("DB685578-E6D4-4D5E-B714-FA344A509ABF")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsEnumTextViews = interface
[<System.Runtime.InteropServices.Guid("DB685578-E6D4-4D5E-B714-FA344A509ABF")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsEnumTextViews = interface
Public Interface IVsEnumTextViews
Attributes

Methods

GetCount(UInt32)

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

Next(UInt32, IVsTextView[], UInt32)

Retrieves text views from the enumeration sequence.

Reset()

Resets the enumeration sequence to the beginning.

Applies to