Partager via


IWpfTextViewLineCollection.WpfTextViewLines, propriété

Obtient une collection d'objets IWpfTextViewLine.

Espace de noms :  Microsoft.VisualStudio.Text.Editor
Assembly :  Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

Type : ReadOnlyCollection<IWpfTextViewLine>
Collection d'objets IWpfTextViewLine.

Sécurité .NET Framework

Voir aussi

Référence

IWpfTextViewLineCollection Interface

Microsoft.VisualStudio.Text.Editor, espace de noms