CodeInline Class

Definition

Caution

Parsing code has been deprecated, we suggest using Markdig. See https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3200 for more info.

Caution

Parsing code has been deprecated, we suggest using Markdig. See https://github.com/CommunityToolkit/WindowsCommunityToolkit/issues/3200 for more info.

Represents a span containing code, or other text that is to be displayed using a fixed-width font.

public class CodeInline : Microsoft.Toolkit.Parsers.Markdown.Inlines.MarkdownInline, Microsoft.Toolkit.Parsers.Markdown.Inlines.IInlineLeaf
[System.Obsolete("Parsing code has been deprecated, we suggest using Markdig. See https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3200 for more info.")]
public class CodeInline : Microsoft.Toolkit.Parsers.Markdown.Inlines.MarkdownInline, Microsoft.Toolkit.Parsers.Markdown.Inlines.IInlineLeaf
[System.Obsolete("Parsing code has been deprecated, we suggest using Markdig. See https://github.com/CommunityToolkit/WindowsCommunityToolkit/issues/3200 for more info.")]
public class CodeInline : Microsoft.Toolkit.Parsers.Markdown.Inlines.MarkdownInline, Microsoft.Toolkit.Parsers.Markdown.Inlines.IInlineLeaf
type CodeInline = class
    inherit MarkdownInline
    interface IInlineLeaf
[<System.Obsolete("Parsing code has been deprecated, we suggest using Markdig. See https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3200 for more info.")>]
type CodeInline = class
    inherit MarkdownInline
    interface IInlineLeaf
[<System.Obsolete("Parsing code has been deprecated, we suggest using Markdig. See https://github.com/CommunityToolkit/WindowsCommunityToolkit/issues/3200 for more info.")>]
type CodeInline = class
    inherit MarkdownInline
    interface IInlineLeaf
Public Class CodeInline
Inherits MarkdownInline
Implements IInlineLeaf
Inheritance
Attributes
Implements

Constructors

CodeInline()

Initializes a new instance of the CodeInline class.

Properties

Text

Gets or sets the text to display as code.

Type

Gets or sets this element is.

(Inherited from MarkdownInline)

Methods

ToString()

Converts the object into it's textual representation.

Applies to