Adds multiple pages to the form. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As SmsTabbedDialog
Dim assembly As Assembly
Dim save As Boolean
Dim fullPath As String
Dim propertySheet As SmsFormData
Dim pageData As SmsPageData

instance.AddAllPages(assembly, save, fullPath, propertySheet, pageData)

Syntax

Visual Basic
Public Sub AddAllPages ( _
		assembly As Assembly, _
		save As Boolean, _
		fullPath As String, _
		propertySheet As SmsFormData, _
		pageData As SmsPageData _
)
C#
public void AddAllPages (
		Assembly assembly,
		bool save,
		string fullPath,
		SmsFormData propertySheet,
		SmsPageData pageData
)
C++
public:
virtual void AddAllPages (
		Assembly^ assembly, 
		bool save, 
		String^ fullPath, 
		SmsFormData^ propertySheet, 
		SmsPageData^ pageData
) sealed
J#
public final void AddAllPages (
		Assembly assembly, 
		boolean save, 
		String fullPath, 
		SmsFormData propertySheet, 
		SmsPageData pageData
)
JScript
public final function AddAllPages (
		assembly : Assembly, 
		save : boolean, 
		fullPath : String, 
		propertySheet : SmsFormData, 
		pageData : SmsPageData
)

Parameters

assembly

[in] System.Reflection.Assembly object.

save

[in] true to save the pages.

fullPath

[in] Full path to the files to save.

propertySheet

[in] SmsFormData object for the property sheet that supports the page information.

pageData

[in] SmsPageData object for the page information.

Remarks

This method is currently unused for applications. However, it is required in support of ISmsMultiPageForm.


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