RepeatBehaviorHelper.GetHasDuration(RepeatBehavior) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回指定的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
如果目標具有 Duration 的RepeatBehaviorType和非零Duration值,則為true。 否則為 false。