Namespace: Microsoft.ConfigurationManagement.ApplicationManagement
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Usage

Visual Basic
Dim instance As AppMgmtCollection(Of T)

Syntax

Visual Basic
<SerializableAttribute> _
<DefaultMemberAttribute("Item")> _
<DebuggerDisplayAttribute("Count={Count}")> _
Public Class AppMgmtCollection(Of T)
		Inherits BaseObject
		Implements IList(Of T), ICollection(Of T), _
		IEnumerable(Of T), IList, ICollection, _
		IEnumerable
C#
[SerializableAttribute] 
[DefaultMemberAttribute("Item")] 
[DebuggerDisplayAttribute("Count={Count}")] 
public class AppMgmtCollection<T> : BaseObject, IList<T>, ICollection<T>, 
		IEnumerable<T>, IList, ICollection, IEnumerable
C++
[SerializableAttribute] 
[DefaultMemberAttribute(L"Item")] 
[DebuggerDisplayAttribute(L"Count={Count}")] 
generic<typename T>
public ref class AppMgmtCollection : public BaseObject, IList<T>, ICollection<T>, 
		IEnumerable<T>, IList, ICollection, IEnumerable
J#

JScript

Inheritance Hierarchy

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

See Also