InitializeParams.ProcessId 属性

定义

获取或设置启动语言服务器的进程的 ID。

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")>]
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
Public Property ProcessId As Nullable(Of Integer)

属性值

Nullable<Int32>
属性
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute

适用于