Click or drag to resize
Location Class

[Missing <summary> documentation for "T:VSCode.Location"]

Inheritance Hierarchy
SystemObject
  VSCodeLocation

Namespace: VSCode
Assembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
public class Location

The Location type exposes the following members.

Constructors
  NameDescription
Public methodLocation
Initializes a new instance of the Location class
Top
Properties
  NameDescription
Public propertyRange
Public propertyUri
Top
Extension Methods
  NameDescription
Public Extension MethodToJObject
Converts this instance to a JObject.
(Defined by ObjectExtensions.)
Top
See Also