[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

Visual Basic
Dim instance As ManagementPackElementProxyCollection(Of T, V)

Syntax

Visual Basic
<SerializableAttribute> _
<DefaultMemberAttribute("Item")> _
Public Class ManagementPackElementProxyCollection(Of T As ManagementPackElement, V As T)
		Inherits ManagementPackElementCollection(Of V)
		Implements IEnumerable(Of V), IEnumerable
C#
[SerializableAttribute] 
[DefaultMemberAttribute("Item")] 
public class ManagementPackElementProxyCollection<T,V> : ManagementPackElementCollection<V>, IEnumerable<V>, IEnumerable where T : ManagementPackElement where V : T
C++
[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
J#

JScript

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 Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also