다음을 통해 공유


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

매개 변수

반환

Boolean

bool

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

적용 대상