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

XmlDictionary.TryLookup Method (String, 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 string value.

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

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

Parameters

value
Type: System.String
String value 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 value is in the XmlDictionary; otherwise, false.

Implements

IXmlDictionary.TryLookup(String, XmlDictionaryString)

ExceptionCondition
ArgumentNullException

value is null.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft