XmlElementElement Constructors

Definition

Initializes a new instance of the XmlElementElement class.

Overloads

XmlElementElement()

Initializes a new instance of the XmlElementElement class.

XmlElementElement(XmlElement)

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

XmlElementElement()

Initializes a new instance of the XmlElementElement class.

public:
 XmlElementElement();
public XmlElementElement ();
Public Sub New ()

Applies to

XmlElementElement(XmlElement)

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

public:
 XmlElementElement(System::Xml::XmlElement ^ element);
public XmlElementElement (System.Xml.XmlElement element);
new System.ServiceModel.Configuration.XmlElementElement : System.Xml.XmlElement -> System.ServiceModel.Configuration.XmlElementElement
Public Sub New (element As XmlElement)

Parameters

element
XmlElement

The XmlElement from which this instance is initialized.

Applies to