Workspace.WriteAttributeExtensions(XmlWriter, String) Método

Definição

Grava as extensões de atributo no XmlWriter especificado usando a versão de sindicalização especificada.Writes the attribute extensions to the specified XmlWriter using the specified syndication version.

protected public:
 virtual void WriteAttributeExtensions(System::Xml::XmlWriter ^ writer, System::String ^ version);
protected internal virtual void WriteAttributeExtensions (System.Xml.XmlWriter writer, string version);
abstract member WriteAttributeExtensions : System.Xml.XmlWriter * string -> unit
override this.WriteAttributeExtensions : System.Xml.XmlWriter * string -> unit
Protected Friend Overridable Sub WriteAttributeExtensions (writer As XmlWriter, version As String)

Parâmetros

writer
XmlWriter

O XmlWriter no qual ocorrerá a gravação.The XmlWriter to write to.

version
String

A versão de sindicalização para usar durante a gravação.The syndication version to use when writing.

Aplica-se a