v8.0 (2010)
Returns a ProjectItemCollection containing the objects that are being inspected by a Property Page. The only case where the collection will contain more than one object is if the Property Page is in Multi-edit mode. This should not be confused with the case where a single Property Page frame is inspecting multiple objects at the same time, one above the other.
// get accessor ProjectItemCollection rtn = PPGEventContext.InspectedObjects; |