Add Method
Collapse the table of content
Expand the table of content

XmlDictionary.Add Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Adds a string to the XmlDictionary.

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

public virtual XmlDictionaryString Add(
	string value
)

Parameters

value
Type: System.String
String to add to the dictionary.

Return Value

Type: System.Xml.XmlDictionaryString
The XmlDictionaryString that was added.

A XmlDictionaryString is built from value.

If the string value is already in the dictionary, the XmlDictionaryString previously created for it is returned.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft