Click or drag to resize
ProjectSelection Methods

The ProjectSelection type exposes the following members.

Methods
  NameDescription
Public methodAdd(Object)
Adds an object to the selection.
Public methodAdd(Object, SelectionReason)
Adds an object to the selection, also specifying why the object was selected.
Public methodAddRange
Adds a range of objects to the selection.
Public methodClear
Removes all objects from the selection.
Public methodContains
Determines whether the object is currently selected.
Public methodCopyTo(Array, Int32)
Copies all of the objects in this collection to the specified array, starting at the specified index of the target array.
Public methodCopyTo(Object, Int32)
Copies the elements of the ProjectSelection to an array, starting at a particular array index.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the ProjectSelection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodGetTypes
Returns an array containing the types of all selected objects.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Removes an object from the selection.
Public methodSet
Sets the selection to zero or more objects.
Public methodToArray
Returns an array containing all selected objects.
Public methodToString (Inherited from Object.)
Top
See Also