TryLookup Method (XmlDictionaryString, XmlDictionaryString)
Collapse the table of content
Expand the table of content

XmlDictionary.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.

Namespace:  System.Xml
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

public virtual bool TryLookup(
	XmlDictionaryString value,
	out XmlDictionaryString result
)

Parameters

value
Type: System.Xml.XmlDictionaryString
The XmlDictionaryString being checked for.
result
Type: System.Xml.XmlDictionaryString %
If value is in the XmlDictionary, the XmlDictionaryString that is mapped to the key; otherwise, null.

Return Value

Type: System.Boolean
true if XmlDictionaryString is in the dictionary; otherwise, false.

Implements

IXmlDictionary.TryLookup(XmlDictionaryString, XmlDictionaryString)

ExceptionCondition
ArgumentNullException

value is null.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft