MarkupContent 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.
Github flavored Markdown string. See https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#markupContent.
public class MarkupContent
type MarkupContent = class
Public Class MarkupContent
- Inheritance
-
MarkupContent
Constructors
| MarkupContent() |
Properties
| Kind |
The type of markup. Either 'markdown' or 'plaintext'. |
| Value |
The content itself. |