RepeatBehaviorHelper.GetHasCount(RepeatBehavior) Método

Definição

Retorna se um RepeatBehavior especificado tem um RepeatBehaviorType de Count e um valor count diferente de zero. Em vez disso, o código C# e o Microsoft Visual Basic devem 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

O RepeatBehavior a ser avaliado.

Retornos

Boolean

bool

true se target tiver um RepeatBehaviorType de Count e um valor de Contagem diferente de zero. Caso contrário, false.

Aplica-se a