Represents a management pack element that is defined by the ManagementPackReferenceCollection complex type. This type defines a collection of references 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. | 
Top
Public Properties
| Name | Description | |
|---|---|---|
| .gif) | Count | Gets the number of references in the collection. | 
| .gif) | IsReadOnly | Gets a Boolean value that determines whether the reference collection is a read-only collection. | 
| .gif) | Item | Gets the specified reference from the collection. | 
| .gif) | Keys | Gets the key references in the collection. | 
| .gif) | Values | Gets the reference values in the collection. | 
Top
Public Methods
(see also Protected Methods)
| Name | Description | |
|---|---|---|
| .gif) | Add | Overloaded. Adds an item to the collection. | 
| .gif) | Clear | Clears all the items in the collection. | 
| .gif) | Contains | Overloaded. Determines whether the collection contains a specified value. | 
| .gif) | ContainsKey | Determines whether the collection contains a specified key value. | 
| .gif) | ContainsValue | Determines whether the collection contains a specified value. | 
| .gif) | CopyTo | Copies the collection of items to an array, starting with a specific index in the array. | 
| .gif) | Equals | Overloaded. (inherited from Object) | 
| .gif) | GetAlias | Gets the alias for the specified management pack reference. | 
| .gif) | GetEnumerator | Returns an enumerator that can iterate through a collection. | 
| .gif) | GetHashCode | (inherited from Object) | 
| .gif) | GetType | (inherited from Object) | 
| .gif) .jpeg) | ReferenceEquals | (inherited from Object) | 
| .gif) | Remove | Overloaded. Removes the specified item from the collection. | 
| .gif) | ToString | (inherited from Object) | 
| .gif) | TryGetValue | Tries to get a value from an item in the collection. | 
Top
Protected Methods
| Name | Description | |
|---|---|---|
| .gif) | Finalize | (inherited from Object) | 
| .gif) | MemberwiseClone | (inherited from Object) | 
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| System.Collections.Generic.IEnumerable<KeyValuePair<String,ManagementPackReference>>.GetEnumerator | ||
| System.Collections.IEnumerable.GetEnumerator | 
Top
See Also
Reference
ManagementPackReferenceCollection Class
Microsoft.EnterpriseManagement.Configuration Namespace