RepeatBehavior.HasCount 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 qui indique si le comportement de répétition a un nombre d'itérations spécifié.
public:
property bool HasCount { bool get(); };
public bool HasCount { get; }
member this.HasCount : bool
Public ReadOnly Property HasCount As Boolean
Valeur de propriété
true
si l’instance représente un nombre d’itérations ; sinon, false
.
Remarques
Ce struct représente la projection .NET du struct Windows Runtime (WinRT). RepeatBehavior
Pour plus d’informations, consultez RepeatBehavior dans les informations de référence sur l’API UWP.