TextPositionContract(Int32, Int32) Constructor
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.
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.