Share via


RepeatBehaviorHelper.GetHasDuration(RepeatBehavior) 메서드

정의

지정된 RepeatBehaviorDurationRepeatBehaviorType과 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

매개 변수

반환

Boolean

bool

대상DurationRepeatBehaviorType 및 0이 아닌 기간 값이 있는 경우 true입니다. 그렇지 않으면 false입니다.

적용 대상