Share via


RepeatBehaviorHelper.GetHasCount(RepeatBehavior) Método

Definición

Devuelve si un repeatBehavior especificado tiene un valor RepeatBehaviorType de Count y un valor de 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 un valor RepeatBehaviorType de Count y un valor count distinto de cero. De lo contrario, se devuelve el valor False.

Se aplica a