XmlTargetDictionaryUtilitiesCreateNamespaceReference Method

Create a namespace reference

Definition

Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public static NamespaceReference CreateNamespaceReference(
	XPathNavigator namespaceElement
)

Parameters

namespaceElement  XPathNavigator
The namespace element from which to get the target information

Return Value

NamespaceReference
The namespace reference

See Also