XPathNamespaceScope Enumeration
Definition
Definiert den Gültigkeitsbereich des Namespace.Defines the namespace scope.
public enum class XPathNamespaceScope
public enum XPathNamespaceScope
type XPathNamespaceScope =
Public Enum XPathNamespaceScope
- Vererbung
Felder
All | 0 | Gibt alle Namespaces zurück, die im Gültigkeitsbereich des aktuellen Knotens definiert sind.Returns all namespaces defined in the scope of the current node. Dies beinhaltet den |
ExcludeXml | 1 | Gibt mit Ausnahme des |
Local | 2 | Gibt alle Namespaces zurück, die am aktuellen Knoten lokal definiert sind.Returns all namespaces that are defined locally at the current node. |
Hinweise
Die XPathNamespaceScope -Enumeration kann an die MoveToFirstNamespace -Methode und die-Methode der-Klasse weitergegeben werden MoveToNextNamespace XPathNavigator , um den Typ des Namespace Knotens anzugebenThe XPathNamespaceScope enumeration can be passed to the MoveToFirstNamespace and MoveToNextNamespace methods of the XPathNavigator class to specify the type of namespace node to move to.