MarkupContent Class

Definition

Class representing text and an associated format that should be rendered.

See the Language Server Protocol specification for additional information.

public ref class MarkupContent
[System.Runtime.Serialization.DataContract]
public class MarkupContent
[<System.Runtime.Serialization.DataContract>]
type MarkupContent = class
Public Class MarkupContent
Inheritance
MarkupContent
Attributes

Constructors

MarkupContent()

Properties

Kind

Gets or sets the MarkupKind representing the text's format.

Value

Gets or sets the text that should be rendered.

Applies to