Compartir a través de


IWpfTextViewLineCollection.WpfTextViewLines (Propiedad)

Obtiene una colección de objetos IWpfTextViewLine.

Espacio de nombres:  Microsoft.VisualStudio.Text.Editor
Ensamblado:  Microsoft.VisualStudio.Text.UI.Wpf (en Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintaxis

'Declaración
ReadOnly Property WpfTextViewLines As ReadOnlyCollection(Of IWpfTextViewLine)
ReadOnlyCollection<IWpfTextViewLine> WpfTextViewLines { get; }
property ReadOnlyCollection<IWpfTextViewLine^>^ WpfTextViewLines {
    ReadOnlyCollection<IWpfTextViewLine^>^ get ();
}
abstract WpfTextViewLines : ReadOnlyCollection<IWpfTextViewLine> with get
function get WpfTextViewLines () : ReadOnlyCollection<IWpfTextViewLine>

Valor de propiedad

Tipo: ReadOnlyCollection<IWpfTextViewLine>
Colección de objetos IWpfTextViewLine.

Seguridad de .NET Framework

Vea también

Referencia

IWpfTextViewLineCollection Interfaz

Microsoft.VisualStudio.Text.Editor (Espacio de nombres)