RepeatBehaviorHelper.GetHasCount(RepeatBehavior) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回指定的RepeatBehavior是否具有Count的RepeatBehaviorType和非零的 Count值。 C# 和 Microsoft Visual Basic 程式碼應該改用 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
參數
- target
- RepeatBehavior
要評估的 RepeatBehavior 。
傳回
Boolean
bool
如果目標具有Count的RepeatBehaviorType和非零的 Count值,則為true。 否則為 false。