Share via


XmlBinaryReaderSession.TryLookup Method (String, XmlDictionaryString%)

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Checks whether the internal collection contains an entry with a specified string value.

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

Syntax

'Declaration
Public Function TryLookup ( _
    value As String, _
    <OutAttribute> ByRef result As XmlDictionaryString _
) As Boolean
public bool TryLookup(
    string value,
    out XmlDictionaryString result
)

Parameters

Return Value

Type: System.Boolean
true if an entry that matches the value was found; otherwise, false.

Implements

IXmlDictionary.TryLookup(String, XmlDictionaryString%)

Exceptions

Exception Condition
ArgumentNullException

value is nulla null reference (Nothing in Visual Basic).

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.