InitializeParams.RootUri 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 workspace root path.
public:
property Uri ^ RootUri { Uri ^ get(); void set(Uri ^ value); };
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.LanguageServer.Protocol.DocumentUriConverter))]
[System.Runtime.Serialization.DataMember(Name="rootUri")]
public Uri RootUri { get; set; }
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.LanguageServer.Protocol.DocumentUriConverter))]
[System.Runtime.Serialization.DataMember(Name="rootUri")]
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Include)]
public Uri? RootUri { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.LanguageServer.Protocol.DocumentUriConverter))>]
[<System.Runtime.Serialization.DataMember(Name="rootUri")>]
member this.RootUri : Uri with get, set
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.LanguageServer.Protocol.DocumentUriConverter))>]
[<System.Runtime.Serialization.DataMember(Name="rootUri")>]
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Include)>]
member this.RootUri : Uri with get, set
Public Property RootUri As Uri
Property Value
- Attributes
Remarks
This should be a string representation of an URI.