Propriedade IWpfTextViewLineCollection.WpfTextViewLines
Obtém uma coleção de IWpfTextViewLine objetos.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (em Microsoft.VisualStudio.Text.UI.Wpf.dll)
Sintaxe
'Declaração
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 propriedade
Tipo: ReadOnlyCollection<IWpfTextViewLine>
Uma coleção de objetos IWpfTextViewLine.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.