RepeatBehaviorHelper.GetHasDuration(RepeatBehavior) 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.
Retourne si un RepeatBehavior spécifié a un type RepeatBehaviorType de Duration et une valeur Duration différente de zéro. C# et Microsoft Visual Basic code doivent utiliser HasDuration à la place.
static bool GetHasDuration(RepeatBehavior const& target);
public static bool GetHasDuration(RepeatBehavior target);
function getHasDuration(target)
Public Shared Function GetHasDuration (target As RepeatBehavior) As Boolean
Paramètres
- target
- RepeatBehavior
RepeatBehavior à évaluer.
Retours
bool
true si la cible a une valeur RepeatBehaviorType de Duration et une valeur Duration différente de zéro. Dans le cas contraire, la valeur est false.