Represents a Management Pack element that is defined by the ManagementPackReferenceCollection complex type. This type defines a collection of reference used by the Management Pack.
The following tables list the members exposed by the ManagementPackReferenceCollection type.
Public
Constructors
| Name | Description | |
|---|---|---|
| ManagementPackReferenceCollection | Initializes a new ManagementPackReferenceCollection object. |
Public
Properties
| Name | Description | |
|---|---|---|
|
Count | Gets the number of references in the collection. |
|
IsReadOnly | Gets a Boolean value that determines whether the reference collection is a read-only collection. |
|
Item | Gets the specified reference from the collection. |
|
Keys | Gets the key references in the collection. |
|
Values | Gets the reference values in the collection. |
Public Methods
(see also Protected Methods)
| Name | Description | |
|---|---|---|
|
Add | Overloaded. Adds an item to the collection. |
|
Clear | Clears all the items in the collection. |
|
Contains | Overloaded. Determines whether the collection contains a specified value. |
|
ContainsKey | Determines whether the collection contains a specified key value. |
|
ContainsValue | Determines whether the collection contains a specified value. |
|
CopyTo | Copies the collection of items to an array, starting a specific index in the array. |
|
Equals | Overloaded. (inherited from Object) |
|
GetAlias | Gets the alias for the specified Management Pack reference. |
|
GetEnumerator | Gets an enumerator object to enumerate through items in the collection. |
|
GetHashCode | (inherited from Object) |
|
GetType | (inherited from Object) |
![]()
|
ReferenceEquals | (inherited from Object) |
|
Remove | Overloaded. Removes the specified item from the collection. |
|
ToString | (inherited from Object) |
|
TryGetValue | Tries to get a value from an item in the collection. |
Protected
Methods
| Name | Description | |
|---|---|---|
|
Finalize | (inherited from Object) |
|
MemberwiseClone | (inherited from Object) |
Explicit Interface
Implementations
| Name | Description | |
|---|---|---|
| System.Collections.Generic.IEnumerable<KeyValuePair<String,ManagementPackReference>>.GetEnumerator | Gets an IEnumerator object used to enumerate through the collection. | |
| System.Collections.IEnumerable.GetEnumerator | Gets an IEnumerator object used to enumerate through the collection. |
See Also
Send comments about this topic to Microsoft.

