다음을 통해 공유


LanguageServerOutput Class

Definition

A representation of the output of a language server.

public class LanguageServerOutput
type LanguageServerOutput = class
Public Class LanguageServerOutput
Inheritance
LanguageServerOutput

Properties

Output

A particular stringified output of the language server.

Methods

CreateErrorResult(String, JsonRpcHelper+ErrorCode, String)

Creates a new instance of LanguageServerOutput with the given error information.

CreateInternalServerErrorOutput(String, String)

Creates a new instance of LanguageServerOutput with the given internal server error.

CreateNotification<T>(String, T)

Creates a new instance of LanguageServerOutput with the given notification.

CreateSuccessResult<T>(String, T)

Creates a new instance of LanguageServerOutput with the given success result.

Applies to