Freigeben über


TextPositionContract(Int32, Int32) Constructor

Definition

Initializes a new instance of the TextPositionContract struct.

public TextPositionContract (int line, int column);
new Microsoft.VisualStudio.RpcContracts.Utilities.TextPositionContract : int * int -> Microsoft.VisualStudio.RpcContracts.Utilities.TextPositionContract
Public Sub New (line As Integer, column As Integer)

Parameters

line
Int32

The line (0-based) of the position.

column
Int32

The column (0-based) of the position.

Applies to