WizardFramework.IsCurrentPage(Page) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Vérifie si la page spécifiée est la page actuelle.
public:
virtual bool IsCurrentPage(Microsoft::SqlServer::Management::SqlWizardFramework::Page ^ page);
public bool IsCurrentPage (Microsoft.SqlServer.Management.SqlWizardFramework.Page page);
abstract member IsCurrentPage : Microsoft.SqlServer.Management.SqlWizardFramework.Page -> bool
override this.IsCurrentPage : Microsoft.SqlServer.Management.SqlWizardFramework.Page -> bool
Public Function IsCurrentPage (page As Page) As Boolean
Paramètres
- page
- Page
Objet Page à vérifier.
Retours
true si la page spécifiée est la page actuelle ; sinon, false.