次の方法で共有


ServerCapabilities.DocumentColorProvider プロパティ

定義

ドキュメントの色がサポートされているかどうかを示す値を取得または設定します。

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="colorProvider")]
public Microsoft.VisualStudio.LanguageServer.Protocol.SumType<bool,Microsoft.VisualStudio.LanguageServer.Protocol.DocumentColorOptions>? DocumentColorProvider { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
[<System.Runtime.Serialization.DataMember(Name="colorProvider")>]
member this.DocumentColorProvider : Nullable<Microsoft.VisualStudio.LanguageServer.Protocol.SumType<bool, Microsoft.VisualStudio.LanguageServer.Protocol.DocumentColorOptions>> with get, set
Public Property DocumentColorProvider As Nullable(Of SumType(Of Boolean, DocumentColorOptions))

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

適用対象