RepeatBehavior.HasDuration 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 une durée de répétition spécifiée.
public:
property bool HasDuration { bool get(); };
public bool HasDuration { get; }
member this.HasDuration : bool
Public ReadOnly Property HasDuration As Boolean
Valeur de propriété
true
si l’instance représente une durée de répétition ; 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.