CompletionItemSetting.DocumentationFormat 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 content formats supported for documentation.
public:
property cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::MarkupKind> ^ DocumentationFormat { cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::MarkupKind> ^ get(); void set(cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::MarkupKind> ^ value); };
[System.Runtime.Serialization.DataMember(Name="documentationFormat")]
public Microsoft.VisualStudio.LanguageServer.Protocol.MarkupKind[] DocumentationFormat { get; set; }
[System.Runtime.Serialization.DataMember(Name="documentationFormat")]
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public Microsoft.VisualStudio.LanguageServer.Protocol.MarkupKind[]? DocumentationFormat { get; set; }
[<System.Runtime.Serialization.DataMember(Name="documentationFormat")>]
member this.DocumentationFormat : Microsoft.VisualStudio.LanguageServer.Protocol.MarkupKind[] with get, set
[<System.Runtime.Serialization.DataMember(Name="documentationFormat")>]
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.DocumentationFormat : Microsoft.VisualStudio.LanguageServer.Protocol.MarkupKind[] with get, set
Public Property DocumentationFormat As MarkupKind()
Property Value
- Attributes
-
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute