RepeatBehaviorHelper.GetHasCount(RepeatBehavior) メソッド

定義

指定した RepeatBehaviorCountRepeatBehaviorType と 0 以外の 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

targetCountRepeatBehaviorType と 0 以外の Count 値がある場合は true。 それ以外の場合は、 falseです。

適用対象