SignatureInformation.Documentation Property
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.
Gets or sets the human-readable documentation of this signature.
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")]
[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(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")>]
[<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(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