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
- writer
Type: System.Xml.XmlWriter
An XmlWriter object that generates streams or files that contain XML data.
Implements
IXmlSerializable.WriteXml(XmlWriter)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.