HoverSetting.ContentFormat 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 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