Class DocumentSymbolParams
Defines a set of parameters to send document symbol request
Inheritance
System.Object
DocumentSymbolParams
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public class DocumentSymbolParams
Properties
| Improve this Doc View SourceTextDocument
Declaration
public TextDocumentIdentifier TextDocument { get; set; }
Property Value
| Type | Description |
|---|---|
| TextDocumentIdentifier |