ITextViewLine.IsFirstTextViewLineForSnapshotLine Property
Determines whether this ITextViewLine is the first line in the list of lines formatted for a particular ITextSnapshotLine.
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
Property Value
Type: Boolean
true if this ITextViewLine is the first line in the list of lines formatted for a particular ITextSnapshotLine, otherwise false.
Remarks
This property is always true for lines that are not word-wrapped.
.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.