XPathNamespaceScope 列挙型
定義
名前空間のスコープを定義します。Defines the namespace scope.
public enum class XPathNamespaceScope
public enum XPathNamespaceScope
type XPathNamespaceScope =
Public Enum XPathNamespaceScope
- 継承
フィールド
All | 0 | 現在のノードのスコープに定義されている名前空間をすべて返します。Returns all namespaces defined in the scope of the current node. この名前空間には、常に暗黙的に宣言される |
ExcludeXml | 1 | 現在のノードのスコープに定義されている名前空間をすべて返します。ただし、 |
Local | 2 | 現在のノードでローカルに定義されている名前空間をすべて返します。Returns all namespaces that are defined locally at the current node. |
注釈
XPathNamespaceScope列挙体は、移動先の MoveToFirstNamespace MoveToNextNamespace XPathNavigator 名前空間ノードの型を指定するために、クラスのメソッドおよびメソッドに渡すことができます。The 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.