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 通知的名称

适用于