Freigeben über


TextLocation(Int32, Int32) Constructor

Definition

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.

Applies to