Share via


ManagementPackElementCollection<T> Class

Definition

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

Manages a collection of ManagementPackElement objects.

generic <typename T>
 where T : ManagementPackElementpublic ref class ManagementPackElementCollection : Microsoft::EnterpriseManagement::Configuration::ManagementPackItemCollection<T>, System::Collections::Generic::IEnumerable<T>
[System.Serializable]
public class ManagementPackElementCollection<T> : Microsoft.EnterpriseManagement.Configuration.ManagementPackItemCollection<T>, System.Collections.Generic.IEnumerable<T> where T : ManagementPackElement
type ManagementPackElementCollection<'T (requires 'T :> ManagementPackElement)> = class
    inherit ManagementPackItemCollection<'T (requires 'T :> ManagementPackElement)>
    interface seq<'T (requires 'T :> ManagementPackElement)>
    interface IEnumerable
Public Class ManagementPackElementCollection(Of T)
Inherits ManagementPackItemCollection(Of T)
Implements IEnumerable(Of T)

Type Parameters

T

The object type.

Inheritance
ManagementPackElementCollection<T>
Derived
Attributes
Implements

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(String)

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

Determines whether the collection contains the specified item.

Contains(T)

Checks whether the collection contains the specified item.

(Inherited from ManagementPackItemCollection<T>)
GetEnumerator()

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

Returns an enumerator that iterates through a collection.

GetItem(Guid)

Gets the specified item from the collection.

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

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

Gets the specified item from the collection.

Explicit Interface Implementations

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

Applies to