Xml Target Dictionary UtilitiesCreate Namespace Reference Method
Create a namespace reference
Definition
Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
The namespace reference
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
public static NamespaceReference CreateNamespaceReference(
XPathNavigator namespaceElement
)VB
Public Shared Function CreateNamespaceReference (
namespaceElement As XPathNavigator
) As NamespaceReferenceC++
public:
static NamespaceReference^ CreateNamespaceReference(
XPathNavigator^ namespaceElement
)F#
static member CreateNamespaceReference :
namespaceElement : XPathNavigator -> NamespaceReference Parameters
- namespaceElement XPathNavigator
- The namespace element from which to get the target information
Return Value
NamespaceReferenceThe namespace reference