ManagedSyntaxWriter Class
Definition
- Assembly
- Sandcastle.Core.dll
This is used to write out syntax for managed code
public class ManagedSyntaxWriter : SyntaxWriter
- Inheritance
-
ManagedSyntaxWriter
Constructors
| ManagedSyntaxWriter(XPathNavigator) |
Constructor |
Properties
| Position |
The current position of the writer |
| RenderReferenceLinks |
This is used to indicate whether or not the syntax writer should render reference links as actual links. (Inherited from SyntaxWriter) |
Methods
| WriteEndBlock() |
Write an end block |
| WriteEndSubBlock() |
Write an end sub-block |
| WriteLine() |
Write out a blank line |
| WriteMessage(string, IEnumerable<string>) |
Write a message include item |
| WriteReferenceLink(string) |
Write a reference link |
| WriteReferenceLink(string, string) |
Write a reference link with inner text |
| WriteStartBlock(string, string) |
Write a start block |
| WriteStartSubBlock(string) |
Write a start sub-block |
| WriteString(string) |
Write a string value |
| WriteStringWithStyle(string, string) |
Write a string value with a style |