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.
Serializes the current element to the provided XML node in the provided parent XML node.
Namespace: Microsoft.Data.Schema.Tools.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Overridable Sub Serialize ( _
parent As XmlNode, _
<OutAttribute> ByRef createdNode As XmlNode _
)
public virtual void Serialize(
XmlNode parent,
out XmlNode createdNode
)
public:
virtual void Serialize(
XmlNode^ parent,
[OutAttribute] XmlNode^% createdNode
)
abstract Serialize :
parent:XmlNode *
createdNode:XmlNode byref -> unit
override Serialize :
parent:XmlNode *
createdNode:XmlNode byref -> unit
public function Serialize(
parent : XmlNode,
createdNode : XmlNode
)
Parameters
- parent
Type: System.Xml.XmlNode
An XmlNode that represents the containing parent node.
- createdNode
Type: System.Xml.XmlNode%
An XmlNode that represents the current object.
.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.