LanguageServerOutput Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |