WizCompletedPageInfosAdd Method (PageElementInfo) |
Constructor taking a
PageElementInfo object representing
a completed page element in the current wizard instance.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public int Add(
PageElementInfo pei
)
Public Function Add (
pei As PageElementInfo
) As Integer
Parameters
- pei
- Type: NetQuarryPageElementInfo
The completed page element object.
Return Value
Type:
Int32The number of pages added to this collection.
See Also