XmlAnyElementAttribute Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy XmlAnyElementAttribute.

Przeciążenia

Nazwa Opis
XmlAnyElementAttribute()

Inicjuje nowe wystąpienie klasy XmlAnyElementAttribute.

XmlAnyElementAttribute(String)

Inicjuje XmlAnyElementAttribute nowe wystąpienie klasy i określa nazwę elementu XML wygenerowaną w dokumencie XML.

XmlAnyElementAttribute(String, String)

Inicjuje nowe wystąpienie XmlAnyElementAttribute klasy i określa nazwę elementu XML wygenerowaną w dokumencie XML i jej przestrzeni nazw XML.

XmlAnyElementAttribute()

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

Inicjuje nowe wystąpienie klasy XmlAnyElementAttribute.

public:
 XmlAnyElementAttribute();
public XmlAnyElementAttribute();
Public Sub New ()

Uwagi

Użyj konstruktora XmlAnyElementAttribute podczas zastępowania serializacji pola. Aby uzyskać więcej informacji na temat zastępowania serializacji, zobacz klasę XmlAttributeOverrides .

Dotyczy

XmlAnyElementAttribute(String)

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

Inicjuje XmlAnyElementAttribute nowe wystąpienie klasy i określa nazwę elementu XML wygenerowaną w dokumencie XML.

public:
 XmlAnyElementAttribute(System::String ^ name);
public XmlAnyElementAttribute(string name);
public XmlAnyElementAttribute(string? name);
new System.Xml.Serialization.XmlAnyElementAttribute : string -> System.Xml.Serialization.XmlAnyElementAttribute
Public Sub New (name As String)

Parametry

name
String

Nazwa wygenerowanego XmlSerializer elementu XML.

Uwagi

Użyj konstruktora XmlAnyElementAttribute podczas zastępowania serializacji pola. Aby uzyskać więcej informacji na temat zastępowania serializacji, zobacz klasę XmlAttributeOverrides .

Dotyczy

XmlAnyElementAttribute(String, String)

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

Inicjuje nowe wystąpienie XmlAnyElementAttribute klasy i określa nazwę elementu XML wygenerowaną w dokumencie XML i jej przestrzeni nazw XML.

public:
 XmlAnyElementAttribute(System::String ^ name, System::String ^ ns);
public XmlAnyElementAttribute(string name, string ns);
public XmlAnyElementAttribute(string? name, string? ns);
new System.Xml.Serialization.XmlAnyElementAttribute : string * string -> System.Xml.Serialization.XmlAnyElementAttribute
Public Sub New (name As String, ns As String)

Parametry

name
String

Nazwa wygenerowanego XmlSerializer elementu XML.

ns
String

Przestrzeń nazw XML elementu XML.

Uwagi

Użyj konstruktora XmlAnyElementAttribute podczas zastępowania serializacji pola. Aby uzyskać więcej informacji na temat zastępowania serializacji, zobacz klasę XmlAttributeOverrides .

Dotyczy