Bamboo.Prevalence.XPath.XPathObjectNavigator.MoveToAttribute C# (CSharp) Méthode

MoveToAttribute() public méthode

See System.Xml.XPath.XPathNavigator.MoveToAttribute for details.
public MoveToAttribute ( string localName, string namespaceURI ) : bool
localName string
namespaceURI string
Résultat bool
		public override bool MoveToAttribute(string localName, string namespaceURI)
		{
			Trace("MoveToAttribute");
			return false;
		}