Partager via


LspNotification<TIn>(String) Constructeur

Définition

Initialise une nouvelle instance de la 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)

Paramètres

name
String

Nom de la notification JSON-RPC

S’applique à