Share via


DataNode.WriteTo method

Writes the Server ribbon node’s XML stream to the specified XmlWriter.

Namespace:  Microsoft.Web.CommandUI
Assembly:  Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)

Syntax

'Declaration
Public Sub WriteTo ( _
    w As XmlWriter _
)
'Usage
Dim instance As DataNode
Dim w As XmlWriter

instance.WriteTo(w)
public void WriteTo(
    XmlWriter w
)

Parameters

Remarks

This method outputs the OuterXml property of the current node.

See also

Reference

DataNode class

DataNode members

Microsoft.Web.CommandUI namespace