SelectedNodeCollection Members

This sealed class represents a collection of selected nodes in a list view. This collection cannot be modified by the snap-in.

The following tables list the members exposed by the SelectedNodeCollection type.

Public Properties

  Name Description
public property Count Gets the number of items in the collection.
public property Item Gets the item at the specified index.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Contains Determines whether the collection contains a specific node.
public method CopyTo Copies the nodes in the collection to a destination array, starting at a particular array index.
public method Equals  Overloaded. (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method IndexOf Determines the index of a specified node in the collection.
public methodstatic ReferenceEquals  (Inherited from Object)
public method ToArray Copies the elements of the selected node collection to a new node array.
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

Explicit Interface Implementations

  Name Description
System.Collections.ICollection.CopyTo Copies the elements of the collection to an array, starting at a particular array index.
System.Collections.IEnumerable.GetEnumerator Gets an enumerator that can iterate through the collection.
System.Collections.ICollection.IsSynchronized  
System.Collections.ICollection.SyncRoot  

Top

See Also

Reference

SelectedNodeCollection Class
Microsoft.ManagementConsole Namespace
Node Class
Microsoft.ManagementConsole

Send comments about this topic to Microsoft.