XmlDocumentFragment(XmlDocument) Konstruktor
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 XmlDocumentFragment.
protected public:
XmlDocumentFragment(System::Xml::XmlDocument ^ ownerDocument);
protected internal XmlDocumentFragment (System.Xml.XmlDocument ownerDocument);
new System.Xml.XmlDocumentFragment : System.Xml.XmlDocument -> System.Xml.XmlDocumentFragment
Protected Friend Sub New (ownerDocument As XmlDocument)
Parametry
- ownerDocument
- XmlDocument
Dokument XML, który jest źródłem fragmentu.
Uwagi
Nie twórz wystąpienia XmlDocumentFragment bezpośrednio; zamiast tego należy użyć metod takich jak CreateDocumentFragment.