Class DocumentHighlight
Inheritance
System.Object
DocumentHighlight
Namespace:Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public class DocumentHighlight
Properties
| Improve this Doc View SourceKind
Declaration
public DocumentHighlightKind Kind { get; set; }
| Type | Description |
|---|---|
| DocumentHighlightKind |
Range
Declaration
public Range Range { get; set; }
| Type | Description |
|---|---|
| Range |