Compartilhar via


InitializeParams.ProcessId Property

Definition

Gets or sets the ID of the process which launched the language server.

public:
 property Nullable<int> ProcessId { Nullable<int> get(); void set(Nullable<int> value); };
[System.Runtime.Serialization.DataMember(Name="processId")]
public int? ProcessId { get; set; }
[System.Runtime.Serialization.DataMember(Name="processId")]
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public int? ProcessId { get; set; }
[System.Runtime.Serialization.DataMember(Name="processId")]
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Include)]
public int? ProcessId { get; set; }
[<System.Runtime.Serialization.DataMember(Name="processId")>]
member this.ProcessId : Nullable<int> with get, set
[<System.Runtime.Serialization.DataMember(Name="processId")>]
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.ProcessId : Nullable<int> with get, set
[<System.Runtime.Serialization.DataMember(Name="processId")>]
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Include)>]
member this.ProcessId : Nullable<int> with get, set
Public Property ProcessId As Nullable(Of Integer)

Property Value

Attributes
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to