次の方法で共有


LspNotification<TIn>(String) コンストラクター

定義

LspNotification<TIn> クラスの新しいインスタンスを初期化します。

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

パラメーター

name
String

JSON-RPC 通知の名前

適用対象