Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
function get IsFirstTextViewLineForSnapshotLine () : boolean
Property Value
Type: System.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.