ProsodyNumber.IsNumberPercent 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.
Détermine si la propriété Number
représente un pourcentage.
public:
property bool IsNumberPercent { bool get(); };
public bool IsNumberPercent { get; }
member this.IsNumberPercent : bool
Public ReadOnly Property IsNumberPercent As Boolean
Valeur de propriété
true
si l' Number représente un pourcentage, sinon false
.