InitializeParams.ProcessId 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置启动语言服务器的进程的 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)
属性值
- 属性
-
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute