ManagementPackElementProxyCollection Generic Class
This class is for internal use only and is not intended for use in your code.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.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
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,Windows Vista,Windows XP
See Also
Reference
ManagementPackElementProxyCollection Members
Microsoft.EnterpriseManagement.Configuration Namespace