Target Dictionary Constructor
Constructor
Definition
Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
protected TargetDictionary(
BuildComponentCore component,
XPathNavigator configuration
)VB
Protected Sub New (
component As BuildComponentCore,
configuration As XPathNavigator
)C++
protected:
TargetDictionary(
BuildComponentCore^ component,
XPathNavigator^ configuration
)F#
new :
component : BuildComponentCore *
configuration : XPathNavigator -> TargetDictionaryParameters
- component BuildComponentCore
- The build component that owns the dictionary. This is useful for logging messages during initialization.
- configuration XPathNavigator
- The configuration used to create the target dictionary
Remarks
The default implementation always creates a unique ID based on the directory path and file
pattern if an id attribute is not found in the configuration. Using a common ID across
instances allows sharing of the target dictionary data store.