SQL Tools Service
Show / Hide Table of Contents
Improve this Doc View Source

Struct Range

Namespace:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public struct Range

Properties

| Improve this Doc View Source

End

Gets or sets the ending position of the range.

Declaration
public Position End { get; set; }
Type Description
Position
| Improve this Doc View Source

Start

Gets or sets the starting position of the range.

Declaration
public Position Start { get; set; }
Type Description
Position
  • Improve this Doc
  • View Source

© Microsoft  //  Generated with DocFX