XmlQueryOutput.WriteStartElementComputed Metoda
Definicja
Ważny
Niektóre informacje dotyczą produktów przedpremierowych, które mogą zostać znacznie zmodyfikowane przed premierą. Microsoft nie udziela żadnych gwarancji, ani wyraźnych, ani domniemanych, dotyczących informacji podanych tutaj.
Zapisuje element o nazwie, którą można obliczyć na podstawie jednej z następujących wartości: prefiksu i identyfikatora URI przestrzeni nazw; mapowania prefiksów; XPathNavigator; lub XmlQualifiedName.
Przeciążenia
| Nazwa | Opis |
|---|---|
| WriteStartElementComputed(String, String) |
To API wspiera infrastrukturę produktu i nie jest przeznaczone do bezpośredniego używania z twojego kodu. Zapisuje element o nazwie obliczonej |
| WriteStartElementComputed(String, Int32) |
To API wspiera infrastrukturę produktu i nie jest przeznaczone do bezpośredniego używania z twojego kodu. Zapisuje element o nazwie obliczonej |
| WriteStartElementComputed(XPathNavigator) |
To API wspiera infrastrukturę produktu i nie jest przeznaczone do bezpośredniego używania z twojego kodu. Zapisuje element o nazwie obliczonej |
| WriteStartElementComputed(XmlQualifiedName) |
To API wspiera infrastrukturę produktu i nie jest przeznaczone do bezpośredniego używania z twojego kodu. Zapisuje element o nazwie obliczonej |
WriteStartElementComputed(String, String)
- Źródło:
- XmlQueryOutput.cs
- Źródło:
- XmlQueryOutput.cs
- Źródło:
- XmlQueryOutput.cs
- Źródło:
- XmlQueryOutput.cs
- Źródło:
- XmlQueryOutput.cs
Zapisuje element o nazwie obliczonej prefix:localName na podstawie nazwy tagu i zestawu mapowań prefiksów.
To API wspiera infrastrukturę produktu i nie jest przeznaczone do bezpośredniego używania z twojego kodu.
public:
void WriteStartElementComputed(System::String ^ tagName, System::String ^ ns);
public void WriteStartElementComputed(string tagName, string ns);
member this.WriteStartElementComputed : string * string -> unit
Public Sub WriteStartElementComputed (tagName As String, ns As String)
Parametry
- tagName
- String
Ciąg zawierający nazwę tagu.
- ns
- String
Ciąg zawierający nazwę przestrzeni nazw.
Dotyczy
WriteStartElementComputed(String, Int32)
- Źródło:
- XmlQueryOutput.cs
- Źródło:
- XmlQueryOutput.cs
- Źródło:
- XmlQueryOutput.cs
- Źródło:
- XmlQueryOutput.cs
- Źródło:
- XmlQueryOutput.cs
Zapisuje element o nazwie obliczonej prefix:localName na podstawie nazwy tagu i zestawu mapowań prefiksów.
To API wspiera infrastrukturę produktu i nie jest przeznaczone do bezpośredniego używania z twojego kodu.
public:
void WriteStartElementComputed(System::String ^ tagName, int prefixMappingsIndex);
public void WriteStartElementComputed(string tagName, int prefixMappingsIndex);
member this.WriteStartElementComputed : string * int -> unit
Public Sub WriteStartElementComputed (tagName As String, prefixMappingsIndex As Integer)
Parametry
- tagName
- String
Ciąg zawierający nazwę tagu.
Dotyczy
WriteStartElementComputed(XPathNavigator)
- Źródło:
- XmlQueryOutput.cs
- Źródło:
- XmlQueryOutput.cs
- Źródło:
- XmlQueryOutput.cs
- Źródło:
- XmlQueryOutput.cs
- Źródło:
- XmlQueryOutput.cs
Zapisuje element o nazwie obliczonej prefix:localName na podstawie nazwy tagu i zestawu mapowań prefiksów.
To API wspiera infrastrukturę produktu i nie jest przeznaczone do bezpośredniego używania z twojego kodu.
public:
void WriteStartElementComputed(System::Xml::XPath::XPathNavigator ^ navigator);
public void WriteStartElementComputed(System.Xml.XPath.XPathNavigator navigator);
member this.WriteStartElementComputed : System.Xml.XPath.XPathNavigator -> unit
Public Sub WriteStartElementComputed (navigator As XPathNavigator)
Parametry
- navigator
- XPathNavigator
XPathNavigator Obiektu.
Dotyczy
WriteStartElementComputed(XmlQualifiedName)
- Źródło:
- XmlQueryOutput.cs
- Źródło:
- XmlQueryOutput.cs
- Źródło:
- XmlQueryOutput.cs
- Źródło:
- XmlQueryOutput.cs
- Źródło:
- XmlQueryOutput.cs
Zapisuje element o nazwie obliczonej prefix:localName na podstawie nazwy tagu i zestawu mapowań prefiksów.
To API wspiera infrastrukturę produktu i nie jest przeznaczone do bezpośredniego używania z twojego kodu.
public:
void WriteStartElementComputed(System::Xml::XmlQualifiedName ^ name);
public void WriteStartElementComputed(System.Xml.XmlQualifiedName name);
member this.WriteStartElementComputed : System.Xml.XmlQualifiedName -> unit
Public Sub WriteStartElementComputed (name As XmlQualifiedName)
Parametry
- name
- XmlQualifiedName
XmlQualifiedName zawiera nazwę.