IndentSize.IsValid(Int32) 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.
Détermine si la taille d'un retrait donné est valide.
public:
override bool IsValid(int % proposedValue);
public override bool IsValid (ref int proposedValue);
override this.IsValid : int -> bool
Public Overrides Function IsValid (ByRef proposedValue As Integer) As Boolean
Paramètres
- proposedValue
- Int32
Taille du retrait, en nombre d'espaces.
Retours
true si proposedValue est une taille valide ; sinon, false.