Condividi tramite


RepeatBehaviorHelper.GetHasCount(RepeatBehavior) Metodo

Definizione

Restituisce un valore che indica se un oggetto RepeatBehavior specificato ha un valore RepeatBehaviorType di Count e un valore count diverso da zero. Il codice C# e Microsoft Visual Basic devono usare invece 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 target ha un valore RepeatBehaviorType di Count e un valore count diverso da zero. In caso contrario, false.

Si applica a