PageWindows Object Members

SharePoint Designer Developer Reference

A collection of PageWindow objects. Each PageWindow object represents an open Web page in an application window. The PageWindow object is a member of the PageWindows collection.

Methods

  Name Description
Add Adds a new PageWindow object to the list of available open items in the PageWindows collection.
Close Closes the page specified in the Index parameter, or, if the Index parameter is omitted, closes all open pages in the PageWindows collection.

Properties

  Name Description
Application Returns an Application object that represents the 2nd_SPDesignerGeneric application.
Count Returns a Variant that represents the number of pages opened in 1st_SPDesignerGeneric.
Item Returns an individual page window within the collection of open Web pages.
Parent Returns an Object that represents the parent object for the specified page window. Read-only.