XmlElementElement Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy XmlElementElement.
Przeciążenia
XmlElementElement() |
Inicjuje nowe wystąpienie klasy XmlElementElement. |
XmlElementElement(XmlElement) |
Inicjuje XmlElementElement nowe wystąpienie klasy przy użyciu określonego elementu XML. |
XmlElementElement()
Inicjuje nowe wystąpienie klasy XmlElementElement.
public:
XmlElementElement();
public XmlElementElement ();
Public Sub New ()
Dotyczy
XmlElementElement(XmlElement)
Inicjuje XmlElementElement nowe wystąpienie klasy przy użyciu określonego elementu XML.
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)
Parametry
- element
- XmlElement
Element XmlElement , z którego to wystąpienie jest inicjowane.