SignatureHelpParams Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class representing the parameters for the textDocument/signatureHelp request.
See the Language Server Protocol specification for additional information.
public ref class SignatureHelpParams : Microsoft::VisualStudio::LanguageServer::Protocol::TextDocumentPositionParams
[System.Runtime.Serialization.DataContract]
public class SignatureHelpParams : Microsoft.VisualStudio.LanguageServer.Protocol.TextDocumentPositionParams
[<System.Runtime.Serialization.DataContract>]
type SignatureHelpParams = class
inherit TextDocumentPositionParams
Public Class SignatureHelpParams
Inherits TextDocumentPositionParams
- Inheritance
- Attributes
Constructors
SignatureHelpParams() |
Properties
Context |
Gets or sets the signature help context. |
Position |
Gets or sets the value which indicates the position within the document. (Inherited from TextDocumentPositionParams) |
TextDocument |
Gets or sets the value which identifies the document. (Inherited from TextDocumentPositionParams) |