Share via


TextPosition.Subtract(Int32) Method

Definition

Creates a new snapshot position at the specified negative offset from this position.

public Microsoft.VisualStudio.Extensibility.Editor.TextPosition Subtract (int offset);
member this.Subtract : int -> Microsoft.VisualStudio.Extensibility.Editor.TextPosition
Public Function Subtract (offset As Integer) As TextPosition

Parameters

offset
Int32

The offset of the new position.

Returns

Exceptions

The new position is less than zero or greater than Snapshot.Length.

Applies to