This method is not intended to be called directly. It is used internally for control developers.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Sub CustomSerialize( _
ByVal doc As System.Xml.XmlDocument, _
ByVal node As System.Xml.XmlNode _
) |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As WebToolBar
Dim doc As System.Xml.XmlDocument
Dim node As System.Xml.XmlNode
instance.CustomSerialize(doc, node) |
| C# | |
|---|
public void CustomSerialize(
System.Xml.XmlDocument doc,
System.Xml.XmlNode node
) |
Parameters
- doc
- node
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also