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