TextViewLayoutChangedEventArgs.NewOrReformattedLines Property
Gets a read-only collection of new or reformatted lines.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'宣言
Public ReadOnly Property NewOrReformattedLines As ReadOnlyCollection(Of ITextViewLine)
Get
public ReadOnlyCollection<ITextViewLine> NewOrReformattedLines { get; }
public:
property ReadOnlyCollection<ITextViewLine^>^ NewOrReformattedLines {
ReadOnlyCollection<ITextViewLine^>^ get ();
}
member NewOrReformattedLines : ReadOnlyCollection<ITextViewLine>
function get NewOrReformattedLines () : ReadOnlyCollection<ITextViewLine>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<ITextViewLine>
A read-only collection of new or reformatted lines.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.