IVsEnumTextViews 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 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. |