Share via


ManagementPackElementInfoCollection<T> Class

Definition

Contains a collection of ManagementPackElementInfo objects.

generic <typename T>
 where T : ManagementPackElementInfopublic ref class ManagementPackElementInfoCollection : Microsoft::EnterpriseManagement::Configuration::ManagementPackItemCollection<T>
[System.Serializable]
public class ManagementPackElementInfoCollection<T> : Microsoft.EnterpriseManagement.Configuration.ManagementPackItemCollection<T> where T : ManagementPackElementInfo
type ManagementPackElementInfoCollection<'T (requires 'T :> ManagementPackElementInfo)> = class
    inherit ManagementPackItemCollection<'T (requires 'T :> ManagementPackElementInfo)>
Public Class ManagementPackElementInfoCollection(Of T)
Inherits ManagementPackItemCollection(Of T)

Type Parameters

T
Inheritance
ManagementPackElementInfoCollection<T>
Attributes

Properties

Count

Gets the number of items in this collection.

(Inherited from ManagementPackItemCollection<T>)
IsReadOnly

Gets a value indicating whether the collection is a read-only collection.

(Inherited from ManagementPackItemCollection<T>)
Item[Int32]

Gets the specified item from the collection.

(Inherited from ManagementPackItemCollection<T>)

Methods

Contains(Guid)

Checks whether the collection contains the specified item.

(Inherited from ManagementPackItemCollection<T>)
Contains(T)

Checks whether the collection contains the specified item.

(Inherited from ManagementPackItemCollection<T>)
GetItem(Guid)

Gets the specified item from the collection.

(Inherited from ManagementPackItemCollection<T>)
GetItem(ManagementPack)

Gets an item from the collection that contains information about a management pack.

GetItem(ManagementPackElement)

Gets an item from the collection that contains information about a management pack element.

GetItem(ManagementPackSubElement)

Gets an item from the collection that contains information about a management pack child element.

Explicit Interface Implementations

IEnumerable.GetEnumerator() (Inherited from ManagementPackItemCollection<T>)
IEnumerable<T>.GetEnumerator() (Inherited from ManagementPackItemCollection<T>)

Applies to