Share via


XopContentsNode.WriteTo Method

Writes the XML node to the specified XML writer.

Namespace: Microsoft.Web.Services3.Mime
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim w As XmlWriter
Dim xopContentsNode1 As XopContentsNode
xopContentsNode1.WriteTo(w)

Syntax

'Declaration
Public Overrides Sub WriteTo( _
    ByVal w As XmlWriter _
)
public override void WriteTo(
    XmlWriter w
);
public:
virtual void WriteTo(
    XmlWriter^ w
) override;
public override void WriteTo(
    XmlWriter w
);
public override function WriteTo(
     w : XmlWriter
) : Void;

Parameters

  • w
    The System.Xml.XmlWriter to write the XML node to.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

XopContentsNode Class
XopContentsNode Members
Microsoft.Web.Services3.Mime Namespace