XmlProcessingInstruction(String, String, 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 XmlProcessingInstruction.
protected public:
XmlProcessingInstruction(System::String ^ target, System::String ^ data, System::Xml::XmlDocument ^ doc);
protected internal XmlProcessingInstruction (string target, string data, System.Xml.XmlDocument doc);
new System.Xml.XmlProcessingInstruction : string * string * System.Xml.XmlDocument -> System.Xml.XmlProcessingInstruction
Protected Friend Sub New (target As String, data As String, doc As XmlDocument)
Parametry
- doc
- XmlDocument
Nadrzędny dokument XML.
Uwagi
Nie twórz wystąpienia XmlProcessingInstruction bezpośrednio; zamiast tego należy użyć metod takich jak CreateProcessingInstruction.