Share via


ExtensionHandle.WriteXml Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Serializes this extension handle. The assembly full name and the full type name are included in the serialization.

Namespace:  Microsoft.Data.Schema.Extensibility
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Sub WriteXml ( _
    writer As XmlWriter _
)
public void WriteXml(
    XmlWriter writer
)
public:
virtual void WriteXml(
    XmlWriter^ writer
) sealed
abstract WriteXml : 
        writer:XmlWriter -> unit 
override WriteXml : 
        writer:XmlWriter -> unit 
public final function WriteXml(
    writer : XmlWriter
)

Parameters

Implements

IXmlSerializable.WriteXml(XmlWriter)

.NET Framework Security

See Also

Reference

ExtensionHandle Class

Microsoft.Data.Schema.Extensibility Namespace