Condividi tramite


LspNotification<TIn>(String) Costruttore

Definizione

Inizializza una nuova istanza della classe 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)

Parametri

name
String

Nome della notifica JSON-RPC

Si applica a