'Declaration
Protected Overridable Sub SerializeValue( _ ByVal writer As XmlWriter, _ ByVal elementName As String, _ ByVal defaultNamespace As String, _ ByVal value As Object _ )
'Usage
Dim instance As ValueResult Dim writer As XmlWriter Dim elementName As String Dim defaultNamespace As String Dim value As Object instance.SerializeValue(writer, elementName, defaultNamespace, value)
protected virtual void SerializeValue( XmlWriter writer, string elementName, string defaultNamespace, object value )
protected: virtual void SerializeValue( XmlWriter^ writer, String^ elementName, String^ defaultNamespace, Object^ value )
Parameters
- writer
The value of this parameter cannot be
null
(Nothing
in Visual Basic).- elementName
The value of this parameter cannot be
null
(Nothing
in Visual Basic).- defaultNamespace
The value of this parameter cannot be
null
(Nothing
in Visual Basic).- value
The value of this parameter can be
null
(Nothing
in Visual Basic).