Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
w
Type: System.Xml.XmlWriterAn XmlWriter object that writes out the XML of the current node.
Remarks
This method outputs the OuterXml property of the current node.