ArcFM Desktop Developer Guide
OnDeserializeUnrecognizedElement Method


The name of the element.
The System.Xml.XmlReader used to deserialize the element.
Called when an unknown element is encountered while deserializing the System.Configuration.ConfigurationElement object.
Syntax
'Declaration
 
Protected Overrides Function OnDeserializeUnrecognizedElement( _
   ByVal elementName As String, _
   ByVal reader As XmlReader _
) As Boolean
'Usage
 
Dim instance As PolymorphicConfigurationElementCollection(Of T)
Dim elementName As String
Dim reader As XmlReader
Dim value As Boolean
 
value = instance.OnDeserializeUnrecognizedElement(elementName, reader)
protected override bool OnDeserializeUnrecognizedElement( 
   string elementName,
   XmlReader reader
)

Parameters

elementName
The name of the element.
reader
The System.Xml.XmlReader used to deserialize the element.

Return Value

true if the element was handled; otherwise, false.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

PolymorphicConfigurationElementCollection<T> Class
PolymorphicConfigurationElementCollection<T> Members

 

 


Send Comment