Resolve Reference Links ComponentCreate Target Dictionary Method
This is used to create a TargetDictionary used to store reference link targets
Definition
Namespace: Sandcastle.Tools.BuildComponents
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
A default InMemoryTargetDictionary instance containing the reference link targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
public virtual TargetDictionary CreateTargetDictionary(
XPathNavigator configuration
)VB
Public Overridable Function CreateTargetDictionary (
configuration As XPathNavigator
) As TargetDictionaryC++
public:
virtual TargetDictionary^ CreateTargetDictionary(
XPathNavigator^ configuration
)F#
abstract CreateTargetDictionary :
configuration : XPathNavigator -> TargetDictionary
override CreateTargetDictionary :
configuration : XPathNavigator -> TargetDictionary Parameters
- configuration XPathNavigator
- The configuration element for the target dictionary
Return Value
TargetDictionaryA default InMemoryTargetDictionary instance containing the reference link targets
Remarks
This can be overridden in derived classes to provide persistent caches with backing stores
other than the default DictionaryTKey, TValue