Sdílet prostřednictvím


LspNotification<TIn>(String) Konstruktor

Definice

Inicializuje novou instanci LspNotification<TIn> třídy .

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)

Parametry

name
String

Název oznámení JSON-RPC

Platí pro