RepeatBehavior.HasCount Propriété

Définition

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é

Boolean

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 la référence de l’API UWP.

S’applique à