XmlElementElement Constructor (XmlElement^)

 

Initializes a new instance of the XmlElementElement class with the specified XML element.

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

public:
XmlElementElement(
	XmlElement^ element
)

Parameters

element
Type: System.Xml::XmlElement^

The XmlElement from which this instance is initialized.

.NET Framework
Available since 3.0
Return to top
Show: