HoverSetting.ContentFormat Propriedade

Definição

Obtém ou define os MarkupKind valores com suporte.

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")>]
member this.ContentFormat : Microsoft.VisualStudio.LanguageServer.Protocol.MarkupKind[] with get, set
Public Property ContentFormat As MarkupKind()

Valor da propriedade

MarkupKind[]
Atributos

Aplica-se a