TextLocation(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 TextLocation struct.
public:
TextLocation(int line, int column);
public:
TextLocation(int line, int column);
TextLocation(int line, int column);
public TextLocation (int line, int column);
new Microsoft.VisualStudio.Workspace.Indexing.TextLocation : int * int -> Microsoft.VisualStudio.Workspace.Indexing.TextLocation
Public Sub New (line As Integer, column As Integer)
Parameters
- line
- Int32
The line number in the text file. Starts at 1.
- column
- Int32
The column number in the text file. Starts at 1.