The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IXmlDictionary::TryLookup Method
.NET Framework (current version)
Attempts to look up an entry in the dictionary.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
| Name | Description | |
|---|---|---|
![]() | TryLookup(Int32, XmlDictionaryString^%) | Attempts to look up an entry in the dictionary. |
![]() | TryLookup(String^, XmlDictionaryString^%) | Checks the dictionary for a specified string value. |
![]() | TryLookup(XmlDictionaryString^, XmlDictionaryString^%) | Checks the dictionary for a specified XmlDictionaryString. |
This method avoids throwing an exception if the entry is not currently in the dictionary.
Show:
