Compartir a través de


LspNotification<TIn>(String) Constructor

Definición

Inicializa una nueva instancia de la clase 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)

Parámetros

name
String

Nombre de la notificación JSON-RPC

Se aplica a