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
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.

