Visual Basic (Declaration) | |
---|---|
<DefaultMemberAttribute("Item")> Public MustInherit Class NamedElementCollectionBase(Of T As NamedElement) Inherits System.Configuration.ConfigurationElementCollection |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As NamedElementCollectionBase(Of T) |
C# | |
---|---|
[DefaultMember("Item")] public abstract class NamedElementCollectionBase<T> : System.Configuration.ConfigurationElementCollection where T: NamedElement |
C++/CLI | |
---|---|
[DefaultMember("Item")] generic<typename T> public ref class NamedElementCollectionBase abstract : public System.Configuration.ConfigurationElementCollection where T: NamedElement |
- T
System.Object
System.Configuration.ConfigurationElement
System.Configuration.ConfigurationElementCollection
SourceCode.Configuration.NamedElementCollectionBase<T>
SourceCode.Configuration.EnvironmentCollection
SourceCode.Configuration.EnvironmentServiceCollection
SourceCode.Configuration.FieldCategoryCollection
SourceCode.Configuration.NamedElementCollection
SourceCode.Configuration.PluginCollection
SourceCode.Configuration.PropertyWizardCollection
SourceCode.Configuration.ToolboxCategoryCollection
SourceCode.Configuration.ToolboxItemCollection
SourceCode.Configuration.ViewCollection
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2