RepeatBehaviorHelper.GetHasDuration(RepeatBehavior) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
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.