共用方式為


RepeatBehaviorHelper.GetHasDuration(RepeatBehavior) 方法

定義

傳回指定的RepeatBehavior是否具有 Duration 的RepeatBehaviorType和非的 Duration值。 C# 和 Microsoft Visual Basic 程式碼應該改用 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

參數

target
RepeatBehavior

要評估的 RepeatBehavior

傳回

Boolean

bool

如果目標具有DurationRepeatBehaviorType和非零的 Duration值,則為true。 否則為 false

適用於