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
System.Object
Microsoft.ConfigurationManagement.ApplicationManagement.BaseObject
Microsoft.ConfigurationManagement.ApplicationManagement.AppMgmtCollection
Microsoft.ConfigurationManagement.ApplicationManagement.AppMgmtKeyedCollectionBase
Microsoft.ConfigurationManagement.ApplicationManagement.DcmRuleSet
Microsoft.ConfigurationManagement.ApplicationManagement.BaseObject
Microsoft.ConfigurationManagement.ApplicationManagement.AppMgmtCollection
Microsoft.ConfigurationManagement.ApplicationManagement.AppMgmtKeyedCollectionBase
Microsoft.ConfigurationManagement.ApplicationManagement.DcmRuleSet
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.