Xml Target Dictionary UtilitiesCreate Target Method
Create a target
Definition
Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
The target
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
public static Target CreateTarget(
XPathNavigator topic
)VB
Public Shared Function CreateTarget (
topic As XPathNavigator
) As TargetC++
public:
static Target^ CreateTarget(
XPathNavigator^ topic
)F#
static member CreateTarget :
topic : XPathNavigator -> Target Parameters
- topic XPathNavigator
- The topic from which to get the target information
Return Value
TargetThe target