MetadataSerializer.WriteCustomAttributes<T>(XmlWriter, T) Método

Definição

Ponto extensível para gravar atributos personalizados.

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)

Parâmetros de tipo

T

O tipo que representa o elemento cujo atributo está sendo gravado. Por exemplo, ContactPerson.

Parâmetros

writer
XmlWriter

O gravador XML.

source
T

O elemento de origem do tipo T.

Aplica-se a