Compartilhar via


LspNotification<TIn>(String) Construtor

Definição

Inicializa uma nova instância da 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)

Parâmetros

name
String

O nome da notificação JSON-RPC

Aplica-se a