ParameterInformation.Documentation Property

Definition

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

public:
 property Microsoft::VisualStudio::LanguageServer::Protocol::MarkupContent ^ Documentation { Microsoft::VisualStudio::LanguageServer::Protocol::MarkupContent ^ get(); void set(Microsoft::VisualStudio::LanguageServer::Protocol::MarkupContent ^ value); };
public:
 property Microsoft::VisualStudio::LanguageServer::Protocol::SumType<System::String ^, Microsoft::VisualStudio::LanguageServer::Protocol::MarkupContent ^> Documentation { Microsoft::VisualStudio::LanguageServer::Protocol::SumType<System::String ^, Microsoft::VisualStudio::LanguageServer::Protocol::MarkupContent ^> get(); void set(Microsoft::VisualStudio::LanguageServer::Protocol::SumType<System::String ^, Microsoft::VisualStudio::LanguageServer::Protocol::MarkupContent ^> value); };
public:
 property Nullable<Microsoft::VisualStudio::LanguageServer::Protocol::SumType<System::String ^, Microsoft::VisualStudio::LanguageServer::Protocol::MarkupContent ^>> Documentation { Nullable<Microsoft::VisualStudio::LanguageServer::Protocol::SumType<System::String ^, Microsoft::VisualStudio::LanguageServer::Protocol::MarkupContent ^>> get(); void set(Nullable<Microsoft::VisualStudio::LanguageServer::Protocol::SumType<System::String ^, Microsoft::VisualStudio::LanguageServer::Protocol::MarkupContent ^>> value); };
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.LanguageServer.Protocol.StringMarkupContentUnionConverter))]
[System.Runtime.Serialization.DataMember(Name="documentation")]
public Microsoft.VisualStudio.LanguageServer.Protocol.MarkupContent Documentation { get; set; }
[System.Runtime.Serialization.DataMember(Name="documentation")]
public Microsoft.VisualStudio.LanguageServer.Protocol.SumType<string,Microsoft.VisualStudio.LanguageServer.Protocol.MarkupContent> Documentation { get; set; }
[System.Runtime.Serialization.DataMember(Name="documentation")]
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public Microsoft.VisualStudio.LanguageServer.Protocol.SumType<string,Microsoft.VisualStudio.LanguageServer.Protocol.MarkupContent>? Documentation { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.LanguageServer.Protocol.StringMarkupContentUnionConverter))>]
[<System.Runtime.Serialization.DataMember(Name="documentation")>]
member this.Documentation : Microsoft.VisualStudio.LanguageServer.Protocol.MarkupContent with get, set
[<System.Runtime.Serialization.DataMember(Name="documentation")>]
member this.Documentation : Microsoft.VisualStudio.LanguageServer.Protocol.SumType<string, Microsoft.VisualStudio.LanguageServer.Protocol.MarkupContent> with get, set
[<System.Runtime.Serialization.DataMember(Name="documentation")>]
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.Documentation : Nullable<Microsoft.VisualStudio.LanguageServer.Protocol.SumType<string, Microsoft.VisualStudio.LanguageServer.Protocol.MarkupContent>> with get, set
Public Property Documentation As MarkupContent
Public Property Documentation As SumType(Of String, MarkupContent)
Public Property Documentation As Nullable(Of SumType(Of String, MarkupContent))

Property Value

Attributes
Newtonsoft.Json.JsonConverterAttribute DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to