ITextViewLine.IsLastTextViewLineForSnapshotLine Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether this ITextViewLine is the last line in the list of lines formatted for a particular ITextSnapshotLine.
public:
property bool IsLastTextViewLineForSnapshotLine { bool get(); };
C++/CX
public:
property bool IsLastTextViewLineForSnapshotLine { bool get(); };
public bool IsLastTextViewLineForSnapshotLine { get; }
member this.IsLastTextViewLineForSnapshotLine : bool
Public ReadOnly Property IsLastTextViewLineForSnapshotLine As Boolean
true if this ITextViewLine is the last line in the list of lines formatted for a particular ITextSnapshotLine, otherwise false.
This property will always be true
for lines that are not word-wrapped.
Produkt | Verzie |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |