ArcFM Desktop Developer Guide
NamedElementCollection<T> Class
Members 


A newable object that inherits from Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NamedConfigurationElement.
Product Availability
Required Licenses
.NET Assembly
Represents a collection of Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NamedConfigurationElement objects.
Object Model
NamedElementCollection<T> Class
Syntax
'Declaration
 
<DebuggerDisplayAttribute("Count = {Count}")>
<DefaultMemberAttribute("Item")>
Public Class NamedElementCollection(Of T As {New, NamedConfigurationElement}) 
   Inherits System.Configuration.ConfigurationElementCollection
'Usage
 
Dim instance As NamedElementCollection(Of T)
[DebuggerDisplay("Count = {Count}")]
[DefaultMember("Item")]
public class NamedElementCollection<T> : System.Configuration.ConfigurationElementCollection 
where T: new(), NamedConfigurationElement
Type Parameters
T
A newable object that inherits from Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NamedConfigurationElement.
Inheritance Hierarchy

System.Object
   System.Configuration.ConfigurationElement
      System.Configuration.ConfigurationElementCollection
         Miner.Geodatabase.Integration.Configuration.NamedElementCollection<T>
            Miner.Geodatabase.Integration.Configuration.PolymorphicConfigurationElementCollection<T>

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

NamedElementCollection<T> Members
Miner.Geodatabase.Integration.Configuration Namespace

 

 


Send Comment