ArcFM Engine Developer Guide
RetrieveConfigurationElementType Method (PolymorphicConfigurationElementCollection<T>)


The System.Xml.XmlReader that is deserializing the element.
When overriden in a class, get the configuration object for each NameTypeConfigurationElement object in the collection.
Syntax
'Declaration
 
Protected MustOverride Function RetrieveConfigurationElementType( _
   ByVal reader As XmlReader _
) As Type
'Usage
 
Dim instance As PolymorphicConfigurationElementCollection(Of T)
Dim reader As XmlReader
Dim value As Type
 
value = instance.RetrieveConfigurationElementType(reader)
protected abstract Type RetrieveConfigurationElementType( 
   XmlReader reader
)

Parameters

reader
The System.Xml.XmlReader that is deserializing the element.
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