ProposedEdit.FinalCaretVirtualOffset Property
Definition
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.
The offset (in virtual space) when positioning the caret using FinalCaretPosition.
public int FinalCaretVirtualOffset { get; }
member this.FinalCaretVirtualOffset : int
Public ReadOnly Property FinalCaretVirtualOffset As Integer
Property Value
Remarks
Ignored if FinalCaretPosition is null or if FinalCaretPosition positions the caret someplace other than at the end of an ITextSnapshotLine.