MarkedString Class

Definition

Class representing human readable text that should be rendered.

See the Language Server Protocol specification for additional information.

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

Constructors

MarkedString()

Properties

Language

Gets or sets the language of the code stored in Value.

Value

Gets or sets the code.

Applies to