MarkdownBlock 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.
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.
A Block Element is an element that is a container for other structures.
public abstract class MarkdownBlock : Microsoft.Toolkit.Parsers.Markdown.MarkdownElement
[System.Obsolete("Parsing code has been deprecated, we suggest using Markdig. See https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3200 for more info.")]
public abstract class MarkdownBlock : Microsoft.Toolkit.Parsers.Markdown.MarkdownElement
[System.Obsolete("Parsing code has been deprecated, we suggest using Markdig. See https://github.com/CommunityToolkit/WindowsCommunityToolkit/issues/3200 for more info.")]
public abstract class MarkdownBlock : Microsoft.Toolkit.Parsers.Markdown.MarkdownElement
type MarkdownBlock = class
inherit MarkdownElement
[<System.Obsolete("Parsing code has been deprecated, we suggest using Markdig. See https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3200 for more info.")>]
type MarkdownBlock = class
inherit MarkdownElement
[<System.Obsolete("Parsing code has been deprecated, we suggest using Markdig. See https://github.com/CommunityToolkit/WindowsCommunityToolkit/issues/3200 for more info.")>]
type MarkdownBlock = class
inherit MarkdownElement
Public MustInherit Class MarkdownBlock
Inherits MarkdownElement
- Inheritance
- Derived
- Attributes
Properties
Type |
Gets or sets tells us what type this element is. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. |
GetHashCode() |
Serves as the default hash function. |