XmlElementElement Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.