HoverSetting.ContentFormat Property

Definition

Gets or sets the MarkupKind values supported.

public:
 property cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::MarkupKind> ^ ContentFormat { cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::MarkupKind> ^ get(); void set(cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::MarkupKind> ^ value); };
[System.Runtime.Serialization.DataMember(Name="contentFormat")]
public Microsoft.VisualStudio.LanguageServer.Protocol.MarkupKind[] ContentFormat { get; set; }
[System.Runtime.Serialization.DataMember(Name="contentFormat")]
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public Microsoft.VisualStudio.LanguageServer.Protocol.MarkupKind[]? ContentFormat { get; set; }
[<System.Runtime.Serialization.DataMember(Name="contentFormat")>]
member this.ContentFormat : Microsoft.VisualStudio.LanguageServer.Protocol.MarkupKind[] with get, set
[<System.Runtime.Serialization.DataMember(Name="contentFormat")>]
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.ContentFormat : Microsoft.VisualStudio.LanguageServer.Protocol.MarkupKind[] with get, set
Public Property ContentFormat As MarkupKind()

Property Value

Attributes
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to