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.
This is a sealed class that represents a collection of ScopeNode objects.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Inheritance Hierarchy
System.Object
System.Collections.CollectionBase
Microsoft.ManagementConsole.BaseCollection
Microsoft.ManagementConsole.ScopeNodeCollection
Syntax
public sealed class ScopeNodeCollection : BaseCollection
public ref class ScopeNodeCollection sealed : BaseCollection
[<Sealed>]
type ScopeNodeCollection =
class
inherit BaseCollection
end
Public NotInheritable Class ScopeNodeCollection
Inherits BaseCollection
Constructors
| Name | Description | |
|---|---|---|
![]() |
ScopeNodeCollection() | Initializes a new instance of the ScopeNodeCollection class. |
Properties
| Name | Description | |
|---|---|---|
![]() |
Capacity | (Inherited from CollectionBase.) |
![]() |
Count | (Inherited from CollectionBase.) |
![]() |
Item[Int32] | Gets or sets the ScopeNode object at the specified index. |
![]() |
SyncRoot | Gets an object that can be used to synchronize access to the collection. (Inherited from BaseCollection.) |
Methods
| Name | Description | |
|---|---|---|
![]() |
Add(ScopeNode) | Adds a ScopeNode object to the end of the collection. |
![]() |
AddRange(ScopeNode[]) | Adds an array of ScopeNode objects to the end of the collection. |
![]() |
Clear() | (Inherited from CollectionBase.) |
![]() |
Contains(Object) | Determines whether an item is in the collection. (Inherited from BaseCollection.) |
![]() |
Contains(ScopeNode) | Determines whether a specific ScopeNode object is in the collection. |
![]() |
CopyTo(ScopeNode[], Int32) | Copies the contents of the collection to a ScopeNode array, starting at a specified array index. |
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
GetEnumerator() | (Inherited from CollectionBase.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
IndexOf(ScopeNode) | Determines the index of a specific ScopeNode object in the collection. |
![]() |
Insert(Int32, ScopeNode) | Inserts a ScopeNode object into the collection. |
![]() |
InsertRange(Int32, ScopeNode[]) | Inserts an array of ScopeNode objects into the collection at the specified index. |
![]() |
Remove(ScopeNode) | Removes the first occurrence of a specific ScopeNode object from the collection. |
![]() |
RemoveAt(Int32) | (Inherited from CollectionBase.) |
![]() |
ToArray() | Copies the entire contents of the collection to a new array of ScopeNode objects. |
![]() |
ToString() | (Inherited from Object.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
![]() ![]() |
ICollection.CopyTo(Array, Int32) | (Inherited from CollectionBase.) |
![]() ![]() |
IList.Add(Object) | (Inherited from CollectionBase.) |
![]() ![]() |
IList.Contains(Object) | (Inherited from CollectionBase.) |
![]() ![]() |
IList.IndexOf(Object) | (Inherited from CollectionBase.) |
![]() ![]() |
IList.Insert(Int32, Object) | (Inherited from CollectionBase.) |
![]() ![]() |
IList.Remove(Object) | (Inherited from CollectionBase.) |
![]() ![]() |
ICollection.IsSynchronized | (Inherited from CollectionBase.) |
![]() ![]() |
ICollection.SyncRoot | (Inherited from CollectionBase.) |
![]() ![]() |
IList.IsFixedSize | (Inherited from CollectionBase.) |
![]() ![]() |
IList.IsReadOnly | (Inherited from CollectionBase.) |
![]() ![]() |
IList.Item[Int32] | (Inherited from CollectionBase.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ManagementConsole Namespace
Return to top
.jpeg)
.jpeg)
.jpeg)
.jpeg)
.jpeg)