XmlTargetDictionaryUtilitiesCreateTarget Method

Create a target

Definition

Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public static Target CreateTarget(
	XPathNavigator topic
)

Parameters

topic  XPathNavigator
The topic from which to get the target information

Return Value

Target
The target

See Also