[This is preliminary documentation and is subject to change.]

Moves the XPathNavigator to first namespace node of the current node.

Namespace: Tools.XmlT.XPathT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override bool MoveToFirstNamespace(
	XPathNamespaceScope namespaceScope
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Overrides Function MoveToFirstNamespace ( _
	namespaceScope As XPathNamespaceScope _
) As Boolean
Visual C++
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public:
virtual bool MoveToFirstNamespace(
	XPathNamespaceScope namespaceScope
) override
F#
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
abstract MoveToFirstNamespace : 
        namespaceScope:XPathNamespaceScope -> bool 
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
override MoveToFirstNamespace : 
        namespaceScope:XPathNamespaceScope -> bool 
JScript
public override function MoveToFirstNamespace(
	namespaceScope : XPathNamespaceScope
) : boolean

Parameters

namespaceScope
Type: System.Xml.XPath..::..XPathNamespaceScope

[Missing <param name="namespaceScope"/> documentation for "M:Tools.XmlT.XPathT.XPathObjectNavigator.MoveToFirstNamespace(System.Xml.XPath.XPathNamespaceScope)"]

Return Value

Not implemented. always retruns false.

See Also