IRichDescriptionNode Interface

Represents a rich description node that can format itself.

Inheritance Hierarchy

Syntax

public interface IRichDescriptionNode

Methods

Name Description
WriteHtml(System.IO.TextWriter writer)

Writes the description as HTML.

WritePlainText(System.IO.TextWriter writer)

Writes the description as plain text.