| HtmlNodeNavigatorMoveToFirstNamespace Method  | 
            Moves the XPathNavigator to the first namespace node of the current element.
            Always returns false for the HtmlNavigator implementation.
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic override bool MoveToFirstNamespace(
	XPathNamespaceScope scope
)
Public Overrides Function MoveToFirstNamespace ( 
	scope As XPathNamespaceScope
) As Boolean
Parameters
- scope
 - Type: System.Xml.XPathXPathNamespaceScope
An XPathNamespaceScope value describing the namespace scope. 
Return Value
Type: 
BooleanAlways returns false for the HtmlNavigator implementation.
See Also