Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a collection of child elements in a Management Pack.
The following tables list the members exposed by the ManagementPackSubElementCollection type.
Public Properties
| Name | Description | |
|---|---|---|
| .gif) | Count | Gets the number of child elements in the collection. | 
| .gif) | IsReadOnly | Gets a Boolean value that determines whether the collection is a read-only collection. | 
| .gif) | Item | Overloaded. Returns an item from the collection at the specified index or with the specified name. | 
Top
Public Methods
(see also Protected Methods)
| Name | Description | |
|---|---|---|
| .gif) | Add | Adds an item to the collection. | 
| .gif) | Clear | Clears (deletes) all the items in the collection. | 
| .gif) | Contains | Returns a Boolean value that determines whether the specified item is contained in the collection. | 
| .gif) | CopyTo | Copies the entire collection into an array starting at the specified index. | 
| .gif) | Equals | Overloaded. (inherited from Object) | 
| .gif) | GetEnumerator | Gets an IEnumerator object to enumerate through items in the collection. | 
| .gif) | GetHashCode | (inherited from Object) | 
| .gif) | GetItem | Returns the specified child element from the collection of child elements. | 
| .gif) | GetType | (inherited from Object) | 
| .gif) | IndexOf | Returns the index number of the specified item in the collection. | 
| .gif) | Insert | Inserts a new item in the collection at the specified index. | 
| .gif) .jpeg) | ReferenceEquals | (inherited from Object) | 
| .gif) | Remove | Removes an item from the collection. | 
| .gif) | RemoveAt | Removes an item from the collection at the specified index. | 
| .gif) | ToString | (inherited from Object) | 
Top
Protected Methods
| Name | Description | |
|---|---|---|
| .gif) | Finalize | (inherited from Object) | 
| .gif) | MemberwiseClone | (inherited from Object) | 
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| System.Collections.IEnumerable.GetEnumerator | Gets the enumerator object used to enumerate through items in the collection. | 
Top
See Also
Reference
ManagementPackSubElementCollection Generic Class
Microsoft.EnterpriseManagement.Configuration Namespace