Windows apps
Collapse the table of content
Expand the table of content
Information
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 Interface

An interface that defines the contract that an XML dictionary must implement to be used by XmlDictionaryReader and XmlDictionaryWriter implementations.

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

'Declaration
Public Interface IXmlDictionary

  NameDescription
Public methodSupported by Silverlight for Windows PhoneTryLookup(Int32, XmlDictionaryString)Attempts to look up an entry in the dictionary.
Public methodSupported by Silverlight for Windows PhoneTryLookup(String, XmlDictionaryString)Checks the dictionary for a specified string value.
Public methodSupported by Silverlight for Windows PhoneTryLookup(XmlDictionaryString, XmlDictionaryString)Checks the dictionary for a specified XmlDictionaryString.
Top

This interface is implemented by XmlDictionary, which is used in Silverlight 5 to optimize the performance of serialization and deserialization of XML messages.

Implement this interface to provide custom XmlDictionaryString management.

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

XNA Framework

Supported in: Windows Phone OS 7.0

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

Community Additions

Show:
© 2017 Microsoft