Publication.CheckValidDefinition(Boolean) 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.
Indique s'il faut vérifier la définition non valide.
protected:
override bool CheckValidDefinition(bool throwException);
protected override bool CheckValidDefinition (bool throwException);
override this.CheckValidDefinition : bool -> bool
Protected Overrides Function CheckValidDefinition (throwException As Boolean) As Boolean
Paramètres
- throwException
- Boolean
true
pour lever une exception ; sinon, false
.
Retours
true
si la définition est valide ; sinon, false
.