IXmlDictionary.TryLookup Method (XmlDictionaryString, XmlDictionaryString%)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Checks the dictionary for a specified XmlDictionaryString.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
'Declaration Function TryLookup ( _ value As XmlDictionaryString, _ <OutAttribute> ByRef result As XmlDictionaryString _ ) As Boolean
Parameters
- value
- Type: System.Xml.XmlDictionaryString
The XmlDictionaryString being checked for.
- result
- Type:
System.Xml.XmlDictionaryString
%
If value is found in the IXmlDictionary, the XmlDictionaryString that is mapped to the key; otherwise, Nothing.
Show: