Partager via


SmsTabbedDialog.AddAllPages Method

Adds multiple pages to the form.

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
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

'Declaration
Public Sub AddAllPages ( _
    assembly As Assembly, _
    save As Boolean, _
    fullPath As String, _
    propertySheet As SmsFormData, _
    pageData As SmsPageData _
)
public void AddAllPages (
    Assembly assembly,
    bool save,
    string fullPath,
    SmsFormData propertySheet,
    SmsPageData pageData
)
public:
virtual void AddAllPages (
    Assembly^ assembly, 
    bool save, 
    String^ fullPath, 
    SmsFormData^ propertySheet, 
    SmsPageData^ pageData
) sealed
public final void AddAllPages (
    Assembly assembly, 
    boolean save, 
    String fullPath, 
    SmsFormData propertySheet, 
    SmsPageData pageData
)
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

Reference

SmsTabbedDialog Class
SmsTabbedDialog Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
ISmsMultiPageForm Interface
SmsFormData Class
SmsPageData Class