Sdílet prostřednictvím


MetadataSerializer.WriteCustomAttributes<T>(XmlWriter, T) Metoda

Definice

Rozšiřitelný bod pro zápis vlastních atributů.

protected:
generic <typename T>
 virtual void WriteCustomAttributes(System::Xml::XmlWriter ^ writer, T source);
protected virtual void WriteCustomAttributes<T> (System.Xml.XmlWriter writer, T source);
abstract member WriteCustomAttributes : System.Xml.XmlWriter * 'T -> unit
override this.WriteCustomAttributes : System.Xml.XmlWriter * 'T -> unit
Protected Overridable Sub WriteCustomAttributes(Of T) (writer As XmlWriter, source As T)

Parametry typu

T

Typ, který představuje prvek, jehož atribut je zapsán. Příklad: ContactPerson.

Parametry

writer
XmlWriter

Zapisovací modul XML

source
T

Element source typu T.

Platí pro