ManagementPackElementProxyCollection Generic Class
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Manages a collection of ManagementPackElement objects.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim instance As ManagementPackElementProxyCollection(Of T, V)
Syntax
'Declaration
<SerializableAttribute> _
<DefaultMemberAttribute("Item")> _
Public Class ManagementPackElementProxyCollection(Of T As ManagementPackElement, V As T)
Inherits ManagementPackElementCollection(Of V)
Implements IEnumerable(Of V), IEnumerable
[SerializableAttribute]
[DefaultMemberAttribute("Item")]
public class ManagementPackElementProxyCollection<T,V> : ManagementPackElementCollection<V>, IEnumerable<V>, IEnumerable where T : ManagementPackElement where V : T
[SerializableAttribute]
[DefaultMemberAttribute(L"Item")]
generic<typename T, typename V> where T : ManagementPackElement where V : T
public ref class ManagementPackElementProxyCollection : public ManagementPackElementCollection<V>, IEnumerable<V>, IEnumerable
GenericParameters
- T
The ManagementPackElement type for this collection.
- V
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Configuration.ManagementPackItemCollection
Microsoft.EnterpriseManagement.Configuration.ManagementPackElementCollection
Microsoft.EnterpriseManagement.Configuration.ManagementPackElementProxyCollection
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
ManagementPackElementProxyCollection Members
Microsoft.EnterpriseManagement.Configuration Namespace