Click or drag to resize
ResponseMessageResult Property
A JObject representing the result of processing the request.

Namespace: VSCode.JsonRpc
Assembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
public JObject Result { get; set; }

Property Value

Type: JObject
See Also