| MamlToFlowDocumentConverterTopicTitles Property |
This read-only property returns the dictionary used to map topic IDs to display titles
for hyperlinks.
Namespace: SandcastleBuilder.WPF.MamlAssembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 2014.11.22.0
Syntax public Dictionary<string, string> TopicTitles { get; }
Public ReadOnly Property TopicTitles As Dictionary(Of String, String)
Get
public:
property Dictionary<String^, String^>^ TopicTitles {
Dictionary<String^, String^>^ get ();
}
member TopicTitles : Dictionary<string, string> with get
Property Value
Type:
DictionaryString,
StringThe key is the topic ID, the value is the display title
See Also