MarkedString 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.
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. |