XmlQueryOutput.WriteStartElementUnchecked Metoda

Definicja

Zapisuje początek elementu. Zakłada się, że dobrze sformułowano, więc nie są wykonywane żadne dodatkowe kontrole.

Przeciążenia

WriteStartElementUnchecked(String)

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

Zapisuje początek elementu. Zakłada się, że dobrze sformułowano, więc nie są wykonywane żadne dodatkowe kontrole.

WriteStartElementUnchecked(String, 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.

WriteStartElementUnchecked(String)

Źródło:
XmlQueryOutput.cs
Źródło:
XmlQueryOutput.cs
Źródło:
XmlQueryOutput.cs

Zapisuje początek elementu. Zakłada się, że dobrze sformułowano, więc nie są wykonywane żadne dodatkowe kontrole.

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

public:
 void WriteStartElementUnchecked(System::String ^ localName);
public void WriteStartElementUnchecked (string localName);
member this.WriteStartElementUnchecked : string -> unit
Public Sub WriteStartElementUnchecked (localName As String)

Parametry

localName
String

Ciąg zawierający lokalną nazwę elementu startowego.

Dotyczy

WriteStartElementUnchecked(String, 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 WriteStartElementUnchecked(System::String ^ prefix, System::String ^ localName, System::String ^ ns);
public void WriteStartElementUnchecked (string prefix, string localName, string ns);
member this.WriteStartElementUnchecked : string * string * string -> unit
Public Sub WriteStartElementUnchecked (prefix As String, localName As String, ns As String)

Parametry

prefix
String

Ciąg zawierający prefiks przestrzeni nazw.

localName
String

Ciąg zawierający lokalną nazwę elementu startowego.

ns
String

Ciąg zawierający nazwę przestrzeni nazw.

Dotyczy