RepeatBehaviorHelper.GetHasCount(RepeatBehavior) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した RepeatBehavior に Count の RepeatBehaviorType と 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
target に Count の RepeatBehaviorType と 0 以外の Count 値がある場合は true。 それ以外の場合は、 falseです。