Serialize Method (CalloutArrowShape)
Saves the object to XML.
public virtual bool Serialize(
XmlTextWriter
)
'Declaration
Public Overridable Function Serialize( _
ByVal As XmlTextWriter _
) As Boolean
'Usage
Dim instance As CalloutArrowShape
Dim w As XmlTextWriter
Dim value As Boolean
value = instance.Serialize(w)
Parameters
- w