InitializeParams.Trace 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 initial trace setting.
public:
property Microsoft::VisualStudio::LanguageServer::Protocol::TraceSetting Trace { Microsoft::VisualStudio::LanguageServer::Protocol::TraceSetting get(); void set(Microsoft::VisualStudio::LanguageServer::Protocol::TraceSetting value); };
[System.Runtime.Serialization.DataMember(Name="trace")]
public Microsoft.VisualStudio.LanguageServer.Protocol.TraceSetting Trace { get; set; }
[System.Runtime.Serialization.DataMember(Name="trace")]
[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore)]
[System.ComponentModel.DefaultValue(Microsoft.VisualStudio.LanguageServer.Protocol.TraceSetting.Off)]
public Microsoft.VisualStudio.LanguageServer.Protocol.TraceSetting Trace { get; set; }
[<System.Runtime.Serialization.DataMember(Name="trace")>]
member this.Trace : Microsoft.VisualStudio.LanguageServer.Protocol.TraceSetting with get, set
[<System.Runtime.Serialization.DataMember(Name="trace")>]
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore)>]
[<System.ComponentModel.DefaultValue(Microsoft.VisualStudio.LanguageServer.Protocol.TraceSetting.Off)>]
member this.Trace : Microsoft.VisualStudio.LanguageServer.Protocol.TraceSetting with get, set
Public Property Trace As TraceSetting
Property Value
- Attributes