DeserializableConfigurationElement.SerializeContent Method

Write the contents of this element to the given XmlWriter.

Namespace:  Microsoft.Practices.Unity.Configuration.ConfigurationHelpers
Assembly:  Microsoft.Practices.Unity.Configuration (in Microsoft.Practices.Unity.Configuration.dll)

Syntax

'Declaration
Public Overridable Sub SerializeContent ( _
    writer As XmlWriter _
)
public virtual void SerializeContent(
    XmlWriter writer
)
public:
virtual void SerializeContent(
    XmlWriter^ writer
)
public function SerializeContent(
    writer : XmlWriter
)

Parameters

Remarks

The caller of this method has already written the start element tag before calling this method, so deriving classes only need to write the element content, not the start or end tags.

See Also

DeserializableConfigurationElement Class

Microsoft.Practices.Unity.Configuration.ConfigurationHelpers Namespace