RepeatBehaviorHelper.GetHasDuration(RepeatBehavior) メソッド

定義

指定した RepeatBehaviorRepeatBehaviorTypeの 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です。

適用対象