Método SyncKnowledge.WriteXml
Converte esse objeto em sua representação XML.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (em microsoft.synchronization.dll)
Sintaxe
'Declaração
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Sub WriteXml ( _
writer As XmlWriter _
)
'Uso
Dim instance As SyncKnowledge
Dim writer As XmlWriter
instance.WriteXml(writer)
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void WriteXml (
XmlWriter writer
)
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public:
virtual void WriteXml (
XmlWriter^ writer
) sealed
/** @attribute EditorBrowsableAttribute(EditorBrowsableState.Never) */
public final void WriteXml (
XmlWriter writer
)
EditorBrowsableAttribute(EditorBrowsableState.Never)
public final function WriteXml (
writer : XmlWriter
)
Parâmetros
- writer
A representação XML do objeto é gravada nesse fluxo do gravador XML.
Consulte também
Referência
Classe SyncKnowledge
Membros SyncKnowledge
Namespace Microsoft.Synchronization