RepeatBehaviorHelper.GetHasDuration(RepeatBehavior) Metodo

Definizione

Restituisce un valore che indica se un oggetto RepeatBehavior specificato ha un valore RepeatBehaviorType di Duration e un valore diverso da zero. Il codice C# e Microsoft Visual Basic devono usare invece HasDuration .

 static bool GetHasDuration(RepeatBehavior const& target);
public static bool GetHasDuration(RepeatBehavior target);
function getHasDuration(target)
Public Shared Function GetHasDuration (target As RepeatBehavior) As Boolean

Parametri

target
RepeatBehavior

RepeatBehavior da valutare.

Restituisce

Boolean

bool

true se target ha un valore RepeatBehaviorType di Duration e un valore duration diverso da zero. In caso contrario, false.

Si applica a