RepeatBehaviorHelper.GetHasCount(RepeatBehavior) Metodo

Definizione

Restituisce se un repeatBehavior specificato ha un valore RepeatBehaviorType di Count e un valore di conteggio diverso da zero. Il codice C# e Microsoft Visual Basic devono invece usare 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

Parametri

target
RepeatBehavior

RepeatBehavior da valutare.

Restituisce

Boolean

bool

true se la destinazione ha un valore RepeatBehaviorType di Count e un valore conteggio diverso da zero. In caso contrario, false.

Si applica a