XmlQueryOutput.WriteStartElementComputed Metoda

Definicja

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

WriteStartElementComputed(String, String)

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

Zapisuje element o nazwie obliczonej prefix:localName na podstawie nazwy tagu i zestawu mapowań prefiksów.

WriteStartElementComputed(String, Int32)

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

Zapisuje element o nazwie obliczonej prefix:localName na podstawie nazwy tagu i zestawu mapowań prefiksów.

WriteStartElementComputed(XPathNavigator)

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

Zapisuje element o nazwie obliczonej prefix:localName na podstawie nazwy tagu i zestawu mapowań prefiksów.

WriteStartElementComputed(XmlQualifiedName)

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

Zapisuje element o nazwie obliczonej prefix:localName na podstawie nazwy tagu i zestawu mapowań prefiksów.

WriteStartElementComputed(String, String)

Ź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.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu 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

Zapisuje element o nazwie obliczonej prefix:localName na podstawie nazwy tagu i zestawu mapowań prefiksów.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu 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.

prefixMappingsIndex
Int32

Int32 zawiera indeks.

Dotyczy

WriteStartElementComputed(XPathNavigator)

Ź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.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu 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

Zapisuje element o nazwie obliczonej prefix:localName na podstawie nazwy tagu i zestawu mapowań prefiksów.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu 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ę.

Dotyczy