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