Click or drag to resize

WizPageData Properties

The WizPageData type exposes the following members.

Properties
  NameDescription
Public propertyCount
Determines the number of data items in the current instance (see InstanceName).
Public propertyDebugList
Provides a list of name/value pairs for this page data for viewing in the debugger. For performance reasons the WizPageData object does not copy the UserData, but simply references it. Because of this and the unordered nature of a Hashtable, Use DebugList to view the data in this object. For performance reasons you should not use this except for debugging.
Public propertyHasItems
Determines whether or not there are any data items for the current instance (see InstanceName).
Public propertyInstanceName
The name of the current wizard PageElementInfo instance. The instance name is taken from the InstanceName property on the PageElementInfo if one is specified. If not, the instance name is defaulted from the PageElement's Name.
Top
See Also