Improve this Doc
View Source
Container class for a selection range from file
Inheritance
System.Object
SelectionData
Namespace:Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts
Assembly:Microsoft.SqlTools.ServiceLayer.dll
public class SelectionData
Constructors
|
Improve this Doc
View Source
Declaration
|
Improve this Doc
View Source
Declaration
public SelectionData(int startLine, int startColumn, int endLine, int endColumn)
Parameters
Type |
Name |
Description |
System.Int32 |
startLine |
|
System.Int32 |
startColumn |
|
System.Int32 |
endLine |
|
System.Int32 |
endColumn |
|
Properties
|
Improve this Doc
View Source
Declaration
public int EndColumn { get; set; }
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public int EndLine { get; set; }
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public int StartColumn { get; set; }
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public int StartLine { get; set; }
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
Declaration
public static SelectionData FromBufferRange(BufferRange range)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public BufferRange ToBufferRange()
Returns