Freigeben über


LspNotification<TIn>(String) Konstruktor

Definition

Initialisiert eine neue Instanz der LspNotification<TIn>-Klasse.

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)

Parameter

name
String

Der Name der JSON-RPC-Benachrichtigung

Gilt für: