WizPageData Properties |
The WizPageData type exposes the following members.
Name | Description | |
---|---|---|
Count |
Determines the number of data items in the current instance (see InstanceName).
| |
DebugList |
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.
| |
HasItems |
Determines whether or not there are any data items for the current instance (see InstanceName).
| |
InstanceName |
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.
|