ListBlock 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 list, with each list item proceeded by either a number or a bullet.

public class ListBlock : 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 ListBlock : 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 ListBlock : Microsoft.Toolkit.Parsers.Markdown.Blocks.MarkdownBlock
type ListBlock = 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 ListBlock = 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 ListBlock = class
    inherit MarkdownBlock
Public Class ListBlock
Inherits MarkdownBlock
Inheritance
Attributes

Constructors

ListBlock()

Initializes a new instance of the ListBlock class.

Properties

Items

Gets or sets the list items.

Style

Gets or sets the style of the list, either numbered or bulleted.

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)
ToString()

Converts the object into it's textual representation.

Applies to