共用方式為


RepeatBehaviorHelper.GetHasCount(RepeatBehavior) 方法

定義

傳回指定的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

適用於