Freigeben über


ITextViewLine.IsFirstTextViewLineForSnapshotLine-Eigenschaft

Bestimmt, ob diese ITextViewLine die erste Zeile in der Liste der für eine bestimmte ITextSnapshotLine formatierten Zeilen ist.

Namespace:  Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'Declaration
ReadOnly Property IsFirstTextViewLineForSnapshotLine As Boolean
bool IsFirstTextViewLineForSnapshotLine { get; }
property bool IsFirstTextViewLineForSnapshotLine {
    bool get ();
}
abstract IsFirstTextViewLineForSnapshotLine : bool with get
function get IsFirstTextViewLineForSnapshotLine () : boolean

Eigenschaftswert

Typ: Boolean
true , wenn dieses ITextViewLine die erste Zeile in der Liste der Zeilen, die für ein bestimmtes ITextSnapshotLineformatiert werden, andernfalls false.

Hinweise

Diese Eigenschaft ist immer true für Zeilen, die nicht Word-eingebunden werden.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITextViewLine Schnittstelle

Microsoft.VisualStudio.Text.Formatting-Namespace