API Reference

Delegate

MarkdownFencedBlockFactory

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Base MulticastDelegate
Implements
ICloneable ISerializable
Modifiers sealed

Creates a specialized markdown block for a matching fenced code block during parsing. Returning null falls back to the standard CodeBlock.

Inheritance

  • MulticastDelegate
  • MarkdownFencedBlockFactory

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Constructors

public MarkdownFencedBlockFactory(Object object, IntPtr method) #

Parameters

object Object requiredposition: 0
method IntPtr requiredposition: 1

Methods

public virtual IAsyncResult BeginInvoke(MarkdownFencedBlockFactoryContext context, AsyncCallback callback, Object object) #
Returns: IAsyncResult

Parameters

context MarkdownFencedBlockFactoryContext requiredposition: 0
callback AsyncCallback requiredposition: 1
object Object requiredposition: 2
public virtual IMarkdownBlock EndInvoke(IAsyncResult result) #
Returns: IMarkdownBlock

Parameters

result IAsyncResult requiredposition: 0
public virtual IMarkdownBlock Invoke(MarkdownFencedBlockFactoryContext context) #
Returns: IMarkdownBlock

Parameters

context MarkdownFencedBlockFactoryContext requiredposition: 0