다음을 통해 공유


LspNotification<TIn>(String) 생성자

정의

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)

매개 변수

name
String

JSON-RPC 알림의 이름

적용 대상