Selection Object Members

Project Developer Reference

A Selection object represents a selection in the active project. There is no collection for Selection objects. The Selection object can be accessed only through the Application.ActiveSelection property.

Properties

  Name Description
Bb179417.properties(en-us,office.12).gif Application Returns an Application object. Read-only Object.
Bb179417.properties(en-us,office.12).gif FieldIDList Returns a List object representing all field identification numbers for the selected fields. Read-only Object.
Bb179417.properties(en-us,office.12).gif FieldNameList Returns a List object representing the field names (or column titles, if available) for all selected fields.Read-only object.
Bb179417.properties(en-us,office.12).gif Parent Returns the parent of the object. Read-only Object.
Bb179417.properties(en-us,office.12).gif Resources Returns a Resources collection representing the resources in a Selection. Read-only Object.
Bb179417.properties(en-us,office.12).gif Tasks Returns a Tasks collection representing the tasks in the active selection. Read-only Object.