ParameterInformation 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 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. |