Namespace:
Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:
Microsoft.ConfigurationManagement.ApplicationManagement (in
Microsoft.ConfigurationManagement.ApplicationManagement.dll)
Usage
Visual Basic |
Dim instance As INamedObjectCollection(Of T)
|
Syntax
Visual Basic |
Public Interface INamedObjectCollection(Of T As NamedObject)
Inherits IKeyedCollection(Of IObjectId, T), IList(Of T), _
ICollection(Of T), IEnumerable(Of T), _
IEnumerable
|
C# |
public interface INamedObjectCollection<T> : IKeyedCollection<IObjectId,T>, IList<T>,
ICollection<T>, IEnumerable<T>, IEnumerable where T : NamedObject
|
C++ |
generic<typename T> where T : NamedObject
public interface class INamedObjectCollection : IKeyedCollection<IObjectId^, T>, IList<T>,
ICollection<T>, IEnumerable<T>, IEnumerable
|
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also