ParameterInformation Class

Definition

Class representing a parameter of a callable signature.

See the Language Server Protocol specification for additional information.

public ref class ParameterInformation
[System.Runtime.Serialization.DataContract]
public class ParameterInformation
[System.Runtime.Serialization.DataContract]
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.LanguageServer.Protocol.ParameterInformationConverter))]
public class ParameterInformation
[<System.Runtime.Serialization.DataContract>]
type ParameterInformation = class
[<System.Runtime.Serialization.DataContract>]
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.LanguageServer.Protocol.ParameterInformationConverter))>]
type ParameterInformation = class
Public Class ParameterInformation
Inheritance
ParameterInformation
Attributes
DataContractAttribute Newtonsoft.Json.JsonConverterAttribute

Constructors

ParameterInformation()

Properties

Documentation

Gets or sets the human-readable documentation of the parameter.

Label

Gets or sets the label of the parameter.

Applies to