Share via


RepeatBehaviorHelper.GetHasDuration(RepeatBehavior) Método

Definición

Devuelve si un RepeatBehavior especificado tiene repeatBehaviorType de Duration y un valor duration distinto de cero. En su lugar, el código de C# y Microsoft Visual Basic deben 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

target
RepeatBehavior

RepeatBehavior que se va a evaluar.

Devoluciones

Boolean

bool

True si el destino tiene repeatBehaviorType de Duration y un valor de duración distinto de cero. De lo contrario, se devuelve el valor False.

Se aplica a