Class Hover
Inheritance
System.Object
Hover
Namespace:Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public class Hover
Properties
| Improve this Doc View SourceContents
Declaration
public MarkedString[] Contents { get; set; }
| Type | Description |
|---|---|
| MarkedString[] |
Range
Declaration
public Range? Range { get; set; }
| Type | Description |
|---|---|
| System.Nullable<Range> |