共用方式為


LspRequest<TIn,TOut>(String) 建構函式

定義

初始化 LspRequest<TIn,TOut> 類別的新執行個體。

public:
 LspRequest(System::String ^ name);
public LspRequest (string name);
new Microsoft.VisualStudio.LanguageServer.Protocol.LspRequest<'In, 'Out> : string -> Microsoft.VisualStudio.LanguageServer.Protocol.LspRequest<'In, 'Out>
Public Sub New (name As String)

參數

name
String

JSON-RPC 要求的名稱

適用於