MarkupKind Enum
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.
Enum which represents the various formats of markup text.
See the Language Server Protocol specification for additional information.
public enum class MarkupKind
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
[System.Runtime.Serialization.DataContract]
public enum MarkupKind
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
[<System.Runtime.Serialization.DataContract>]
type MarkupKind =
Public Enum MarkupKind
- Inheritance
-
MarkupKind
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute DataContractAttribute
Fields
Name | Value | Description |
---|---|---|
PlainText | 0 | Markup type is plain text. |
Markdown | 1 | Markup type is Markdown. |