次の方法で共有


SignatureHelpSetting.ContextSupport Property

Definition

Gets or sets a value indicating whether additional context information is supported for the textDocument/signatureHelp request.

public:
 property bool ContextSupport { bool get(); void set(bool value); };
[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="contextSupport")]
public bool ContextSupport { get; set; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore)>]
[<System.Runtime.Serialization.DataMember(Name="contextSupport")>]
member this.ContextSupport : bool with get, set
Public Property ContextSupport As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Applies to