CodeBlockResolvingEventArgs Class
In this article
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.
Arguments for the CodeBlockResolving event when a Code Block is being rendered.
public class CodeBlockResolvingEventArgs : EventArgs
type CodeBlockResolvingEventArgs = class
inherit EventArgs
Public Class CodeBlockResolvingEventArgs
Inherits EventArgs
- Inheritance
-
CodeBlockResolvingEventArgs
Properties
Code |
Gets the language of the Code Block, as specified by ```{Language} on the first line of the block, e.g.
|
Handled |
Gets or sets a value indicating whether this event was handled successfully. |
Inline |
Gets Collection to add formatted Text to. |
Text |
Gets the raw code block text |
Applies to
Product | Versions |
---|---|
Windows Community Toolkit | 6.1.1, 7.0.0, 7.1.0 |