Compartilhar via


RepeatBehaviorHelper.GetHasDuration(RepeatBehavior) Método

Definição

Retorna se um RepeatBehavior especificado tem um RepeatBehaviorType de Duration e um valor Duration diferente de zero. Em vez disso, o código do C# e do Microsoft Visual Basic deve usar HasDuration .

 static bool GetHasDuration(RepeatBehavior const& target);
public static bool GetHasDuration(RepeatBehavior target);
function getHasDuration(target)
Public Shared Function GetHasDuration (target As RepeatBehavior) As Boolean

Parâmetros

Retornos

Boolean

bool

true se target tiver um RepeatBehaviorType de Duration e um valor Duration diferente de zero. Caso contrário, false.

Aplica-se a