XmlElementElement::Copy Method (XmlElementElement^)

 

Copies the content of the specified XmlElement to this instance.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
void Copy(
	XmlElementElement^ source
)

Parameters

source
Type: System.ServiceModel.Configuration::XmlElementElement^

The XmlElement to copy from.

Exception Condition
ArgumentNullException

source is null.

ConfigurationErrorsException

The configuration file is read-only.

.NET Framework
Available since 3.0
Return to top
Show: