XmlSerializationReader.ReadReferencingElement Metoda
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.
Deserializuje obiekt z elementu XML w komunikacie PROTOKOŁU SOAP zawierającym odwołanie do multiRef elementu.
Przeciążenia
| Nazwa | Opis |
|---|---|
| ReadReferencingElement(String) |
Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu. Deserializuje obiekt z elementu XML w komunikacie PROTOKOŁU SOAP zawierającym odwołanie do |
| ReadReferencingElement(String, String, String) |
Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu. Deserializuje obiekt z elementu XML w komunikacie PROTOKOŁU SOAP zawierającym odwołanie do |
| ReadReferencingElement(String, String, Boolean, String) |
Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu. Deserializuje obiekt z elementu XML w komunikacie PROTOKOŁU SOAP zawierającym odwołanie do |
Uwagi
Chronione elementy członkowskie XmlSerializationReader są przeznaczone tylko do użytku przez klasy pochodne, które są używane wewnętrznie w infrastrukturze serializacji XML programu .NET Framework.
ReadReferencingElement(String)
- Źródło:
- XmlSerializationReader.cs
- Źródło:
- XmlSerializationReader.cs
- Źródło:
- XmlSerializationReader.cs
- Źródło:
- XmlSerializationReader.cs
- Źródło:
- XmlSerializationReader.cs
Deserializuje obiekt z elementu XML w komunikacie PROTOKOŁU SOAP zawierającym odwołanie do multiRef elementu.
Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.
protected:
System::Object ^ ReadReferencingElement([Runtime::InteropServices::Out] System::String ^ % fixupReference);
[System.Diagnostics.CodeAnalysis.RequiresDynamicCode("XML serializer relies on dynamic code generation which is not available with Ahead of Time compilation")]
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Members from serialized types may be trimmed if not referenced directly")]
protected object? ReadReferencingElement(out string? fixupReference);
protected object? ReadReferencingElement(out string? fixupReference);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Members from serialized types may be trimmed if not referenced directly")]
protected object? ReadReferencingElement(out string? fixupReference);
protected object ReadReferencingElement(out string fixupReference);
[<System.Diagnostics.CodeAnalysis.RequiresDynamicCode("XML serializer relies on dynamic code generation which is not available with Ahead of Time compilation")>]
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Members from serialized types may be trimmed if not referenced directly")>]
member this.ReadReferencingElement : string -> obj
member this.ReadReferencingElement : string -> obj
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Members from serialized types may be trimmed if not referenced directly")>]
member this.ReadReferencingElement : string -> obj
Protected Function ReadReferencingElement (ByRef fixupReference As String) As Object
Parametry
- fixupReference
- String
Ciąg wyjściowy, do którego jest odczytywana wartość atrybutu href .
Zwraca
Obiekt deserializowany.
- Atrybuty
Uwagi
Chronione elementy członkowskie XmlSerializationReader są przeznaczone tylko do użytku przez klasy pochodne, które są używane wewnętrznie w infrastrukturze serializacji XML programu .NET Framework.
Kodowanie PROTOKOŁU SOAP pozwala unikatowego elementu XML pojawiać się raz w komunikacie PROTOKOŁU SOAP jako multiRef element zidentyfikowany przez id atrybut. Wartość id można odwoływać się wiele razy przy użyciu href atrybutów (lub ref atrybutów w soap 1.2) w elementach zastępczych.
Kodowanie protokołu SOAP zostało opisane w sekcji 5 specyfikacji PROTOKOŁU SOAP 1.1.
Dotyczy
ReadReferencingElement(String, String, String)
- Źródło:
- XmlSerializationReader.cs
- Źródło:
- XmlSerializationReader.cs
- Źródło:
- XmlSerializationReader.cs
- Źródło:
- XmlSerializationReader.cs
- Źródło:
- XmlSerializationReader.cs
Deserializuje obiekt z elementu XML w komunikacie PROTOKOŁU SOAP zawierającym odwołanie do multiRef elementu.
Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.
protected:
System::Object ^ ReadReferencingElement(System::String ^ name, System::String ^ ns, [Runtime::InteropServices::Out] System::String ^ % fixupReference);
[System.Diagnostics.CodeAnalysis.RequiresDynamicCode("XML serializer relies on dynamic code generation which is not available with Ahead of Time compilation")]
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Members from serialized types may be trimmed if not referenced directly")]
protected object? ReadReferencingElement(string? name, string? ns, out string? fixupReference);
protected object? ReadReferencingElement(string? name, string? ns, out string? fixupReference);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Members from serialized types may be trimmed if not referenced directly")]
protected object? ReadReferencingElement(string? name, string? ns, out string? fixupReference);
protected object ReadReferencingElement(string name, string ns, out string fixupReference);
[<System.Diagnostics.CodeAnalysis.RequiresDynamicCode("XML serializer relies on dynamic code generation which is not available with Ahead of Time compilation")>]
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Members from serialized types may be trimmed if not referenced directly")>]
member this.ReadReferencingElement : string * string * string -> obj
member this.ReadReferencingElement : string * string * string -> obj
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Members from serialized types may be trimmed if not referenced directly")>]
member this.ReadReferencingElement : string * string * string -> obj
Protected Function ReadReferencingElement (name As String, ns As String, ByRef fixupReference As String) As Object
Parametry
- name
- String
Lokalna nazwa typu danych schematu XML elementu.
- ns
- String
Przestrzeń nazw typu danych schematu XML elementu.
- fixupReference
- String
Ciąg wyjściowy, do którego jest odczytywana wartość atrybutu href .
Zwraca
Obiekt deserializowany.
- Atrybuty
Uwagi
Chronione elementy członkowskie XmlSerializationReader są przeznaczone tylko do użytku przez klasy pochodne, które są używane wewnętrznie w infrastrukturze serializacji XML programu .NET Framework.
Kodowanie PROTOKOŁU SOAP pozwala unikatowego elementu XML pojawiać się raz w komunikacie PROTOKOŁU SOAP jako multiRef element zidentyfikowany przez id atrybut. Wartość id można odwoływać się wiele razy przy użyciu href atrybutów (lub ref atrybutów w soap 1.2) w elementach zastępczych.
Kodowanie protokołu SOAP zostało opisane w sekcji 5 specyfikacji PROTOKOŁU SOAP 1.1.
Dotyczy
ReadReferencingElement(String, String, Boolean, String)
- Źródło:
- XmlSerializationReader.cs
- Źródło:
- XmlSerializationReader.cs
- Źródło:
- XmlSerializationReader.cs
- Źródło:
- XmlSerializationReader.cs
- Źródło:
- XmlSerializationReader.cs
Deserializuje obiekt z elementu XML w komunikacie PROTOKOŁU SOAP zawierającym odwołanie do multiRef elementu.
Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.
protected:
System::Object ^ ReadReferencingElement(System::String ^ name, System::String ^ ns, bool elementCanBeType, [Runtime::InteropServices::Out] System::String ^ % fixupReference);
[System.Diagnostics.CodeAnalysis.RequiresDynamicCode("XML serializer relies on dynamic code generation which is not available with Ahead of Time compilation")]
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Members from serialized types may be trimmed if not referenced directly")]
protected object? ReadReferencingElement(string? name, string? ns, bool elementCanBeType, out string? fixupReference);
protected object? ReadReferencingElement(string? name, string? ns, bool elementCanBeType, out string? fixupReference);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Members from serialized types may be trimmed if not referenced directly")]
protected object? ReadReferencingElement(string? name, string? ns, bool elementCanBeType, out string? fixupReference);
protected object ReadReferencingElement(string name, string ns, bool elementCanBeType, out string fixupReference);
[<System.Diagnostics.CodeAnalysis.RequiresDynamicCode("XML serializer relies on dynamic code generation which is not available with Ahead of Time compilation")>]
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Members from serialized types may be trimmed if not referenced directly")>]
member this.ReadReferencingElement : string * string * bool * string -> obj
member this.ReadReferencingElement : string * string * bool * string -> obj
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Members from serialized types may be trimmed if not referenced directly")>]
member this.ReadReferencingElement : string * string * bool * string -> obj
Protected Function ReadReferencingElement (name As String, ns As String, elementCanBeType As Boolean, ByRef fixupReference As String) As Object
Parametry
- name
- String
Lokalna nazwa typu danych schematu XML elementu.
- ns
- String
Przestrzeń nazw typu danych schematu XML elementu.
- elementCanBeType
- Boolean
true jeśli nazwa elementu jest również nazwą typu danych schematu XML; w przeciwnym razie, false.
- fixupReference
- String
Ciąg wyjściowy, do którego jest odczytywana wartość atrybutu href .
Zwraca
Obiekt deserializowany.
- Atrybuty
Uwagi
Chronione elementy członkowskie XmlSerializationReader są przeznaczone tylko do użytku przez klasy pochodne, które są używane wewnętrznie w infrastrukturze serializacji XML programu .NET Framework.
Kodowanie PROTOKOŁU SOAP pozwala unikatowego elementu XML pojawiać się raz w komunikacie PROTOKOŁU SOAP jako multiRef element zidentyfikowany przez id atrybut. Wartość id można odwoływać się wiele razy przy użyciu href atrybutów (lub ref atrybutów w soap 1.2) w elementach zastępczych.
Kodowanie protokołu SOAP zostało opisane w sekcji 5 specyfikacji PROTOKOŁU SOAP 1.1.