RepeatBehavior.HasCount 속성

정의

반복 동작에 반복 횟수가 지정되어 있는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool HasCount { bool get(); };
public bool HasCount { get; }
member this.HasCount : bool
Public ReadOnly Property HasCount As Boolean

속성 값

Boolean

true 인스턴스가 반복 횟수를 나타내면이 고, 그렇지 않으면입니다. 그렇지 않으면 false 입니다.

설명

이 구조체는 WinRT (Windows 런타임) 구조체의 .net 프로젝션을 나타냅니다 RepeatBehavior . 자세한 내용은 RepeatBehavior 에서 UWP API 참조를 참조 하세요.

적용 대상