| MamlToFlowDocumentConverterTokens Property |
This read-only property returns the dictionary used to stored token values that can be
resolved to content that is inserted into the topics.
Namespace: SandcastleBuilder.WPF.MamlAssembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 2014.11.22.0
Syntax public Dictionary<string, XElement> Tokens { get; }
Public ReadOnly Property Tokens As Dictionary(Of String, XElement)
Get
public:
property Dictionary<String^, XElement^>^ Tokens {
Dictionary<String^, XElement^>^ get ();
}
member Tokens : Dictionary<string, XElement> with get
Property Value
Type:
DictionaryString,
XElementThe key is the token name, the value is the token content as an XML fragment. The
children of the root node of the fragment are inserted into the document when the token is
encountered.
See Also