次の方法で共有


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 要求の名前

適用対象