Adds a single page that contains the specified page control to the form. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As ISmsMultiPageForm
Dim pageControl As SmsPageControl
Dim returnValue As ISmsPage

returnValue = instance.AddPage(pageControl)

Syntax

Visual Basic
Function AddPage ( _
		pageControl As SmsPageControl _
) As ISmsPage
C#
ISmsPage AddPage (
		SmsPageControl pageControl
)
C++
ISmsPage^ AddPage (
		SmsPageControl^ pageControl
)
J#
ISmsPage AddPage (
		SmsPageControl pageControl
)
JScript
function AddPage (
		pageControl : SmsPageControl
) : ISmsPage

Parameters

pageControl

[in] SmsPageControl object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also