NamedObjectCollection Generic Class

Applies To: System Center Configuration Manager 2012, System Center Configuration Manager 2012

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

Usage

'Usage
Dim instance As NamedObjectCollection(Of T)

Syntax

'Declaration
<SerializableAttribute> _
Public Class NamedObjectCollection(Of T As NamedObject)
    Inherits AppMgmtKeyedCollectionBase(Of IObjectId, T)
    Implements INamedObjectCollection(Of T), IKeyedCollection(Of IObjectId, T), _
    IList(Of T), ICollection(Of T), _
    IEnumerable(Of T), IEnumerable
[SerializableAttribute] 
public class NamedObjectCollection<T> : AppMgmtKeyedCollectionBase<IObjectId,T>, INamedObjectCollection<T>, IKeyedCollection<IObjectId,T>, 
    IList<T>, ICollection<T>, IEnumerable<T>, 
    IEnumerable where T : NamedObject
[SerializableAttribute] 
generic<typename T> where T : NamedObject
public ref class NamedObjectCollection : public AppMgmtKeyedCollectionBase<IObjectId^, T>, INamedObjectCollection<T>, IKeyedCollection<IObjectId^, T>, 
    IList<T>, ICollection<T>, IEnumerable<T>, 
    IEnumerable

Inheritance Hierarchy

System.Object
   Microsoft.ConfigurationManagement.ApplicationManagement.BaseObject
     Microsoft.ConfigurationManagement.ApplicationManagement.AppMgmtCollection
       Microsoft.ConfigurationManagement.ApplicationManagement.AppMgmtKeyedCollectionBase
        Microsoft.ConfigurationManagement.ApplicationManagement.NamedObjectCollection

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

Reference

NamedObjectCollection Members
Microsoft.ConfigurationManagement.ApplicationManagement Namespace