Compartir a través de


RepeatBehaviorHelper.GetHasCount(RepeatBehavior) Método

Definición

Devuelve si un RepeatBehavior especificado tiene repeatBehaviorType de Count y un valor count distinto de cero. En su lugar, el código de C# y Microsoft Visual Basic deben usar HasCount .

 static bool GetHasCount(RepeatBehavior const& target);
public static bool GetHasCount(RepeatBehavior target);
function getHasCount(target)
Public Shared Function GetHasCount (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 Count y un valor count distinto de cero. De lo contrario, se devuelve el valor False.

Se aplica a