IWebFormsDocumentService.IsLoading Propriété
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.
Obtient une valeur indiquant si le service du document est en cours de chargement.
public:
property bool IsLoading { bool get(); };
public bool IsLoading { get; }
member this.IsLoading : bool
Public ReadOnly Property IsLoading As Boolean
Valeur de propriété
true
si le service du document charge ; sinon, false
.
Remarques
Notes
La IsLoading propriété de l’interface est obsolète. Utilisez la IsLoading propriété sur la WebFormsRootDesigner classe pour obtenir des fonctionnalités de concepteur équivalentes.