CompletionItem.Documentation Property

Definition

Gets or sets the documentation comment.

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))]
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="documentation")]
public Microsoft.VisualStudio.LanguageServer.Protocol.MarkupContent Documentation { get; set; }
[System.Runtime.Serialization.DataMember(Name="documentation")]
[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore)]
public Microsoft.VisualStudio.LanguageServer.Protocol.SumType<string,Microsoft.VisualStudio.LanguageServer.Protocol.MarkupContent> Documentation { get; set; }
[System.Runtime.Serialization.DataMember(Name="documentation")]
[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.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))>]
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
[<System.Runtime.Serialization.DataMember(Name="documentation")>]
member this.Documentation : Microsoft.VisualStudio.LanguageServer.Protocol.MarkupContent with get, set
[<System.Runtime.Serialization.DataMember(Name="documentation")>]
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore)>]
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(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.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 Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Applies to