QuoteBlock 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 block that is displayed using a quote style. Quotes are used to indicate that the text originated elsewhere (e.g. a previous comment).

public class QuoteBlock : Microsoft.Toolkit.Parsers.Markdown.Blocks.MarkdownBlock
[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 QuoteBlock : Microsoft.Toolkit.Parsers.Markdown.Blocks.MarkdownBlock
[System.Obsolete("Parsing code has been deprecated, we suggest using Markdig. See https://github.com/CommunityToolkit/WindowsCommunityToolkit/issues/3200 for more info.")]
public class QuoteBlock : Microsoft.Toolkit.Parsers.Markdown.Blocks.MarkdownBlock
type QuoteBlock = class
    inherit MarkdownBlock
[<System.Obsolete("Parsing code has been deprecated, we suggest using Markdig. See https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3200 for more info.")>]
type QuoteBlock = class
    inherit MarkdownBlock
[<System.Obsolete("Parsing code has been deprecated, we suggest using Markdig. See https://github.com/CommunityToolkit/WindowsCommunityToolkit/issues/3200 for more info.")>]
type QuoteBlock = class
    inherit MarkdownBlock
Public Class QuoteBlock
Inherits MarkdownBlock
Inheritance
Attributes

Constructors

QuoteBlock()

Initializes a new instance of the QuoteBlock class.

Properties

Blocks

Gets or sets the contents of the block.

Type

Gets or sets tells us what type this element is.

(Inherited from MarkdownBlock)

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from MarkdownBlock)
GetHashCode()

Serves as the default hash function.

(Inherited from MarkdownBlock)

Applies to