XmlDictionaryReader.IsNamespaceUri Method (String)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Checks whether the parameter, namespaceUri, is the namespace of the current node.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
'Declaration Public Overridable Function IsNamespaceUri ( _ namespaceUri As String _ ) As Boolean
Parameters
- namespaceUri
- Type: System.String
The namespace of the current node.
Return Value
Type: System.Booleantrue if namespaceUri matches the namespace of the current node; otherwise, false.
| Exception | Condition |
|---|---|
| ArgumentNullException | namespaceUri is Nothing. |
Show: