XmlNamespaceMappingCollection::AddChild Method (Object^)

 

Adds a XmlNamespaceMapping object to this collection.

Namespace:   System.Windows.Data
Assembly:  PresentationFramework (in PresentationFramework.dll)

protected:
virtual void AddChild(
	Object^ value
)

Parameters

value
Type: System::Object^

The XmlNamespaceMapping object to add. This cannot be null.

Exception Condition
ArgumentException

If mapping is null.

.NET Framework
Available since 3.0
Return to top
Show: