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 C# e o Microsoft Visual Basic devem usar o 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

target
RepeatBehavior

O RepeatBehavior a ser avaliado.

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