StatusBarProgressIndicator 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
창(앱 보기)의 상태 표시줄에서 진행률 표시기와 상호 작용하기 위한 메서드 및 속성을 제공합니다.
public ref class StatusBarProgressIndicator sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class StatusBarProgressIndicator final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class StatusBarProgressIndicator
Public NotInheritable Class StatusBarProgressIndicator
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows Mobile Extension SDK (10.0.10240.0에서 도입되었습니다.)
|
API contract |
Windows.Phone.PhoneContract (v1.0에서 도입되었습니다.)
|
설명
StatusBar.ProgressIndicator 메서드를 호출하여 이 클래스의 instance 가져옵니다.
속성
ProgressValue |
0~1 범위의 진행률을 나타내는 값을 가져오거나 설정합니다. |
Text |
진행률 표시기에서 표시되는 텍스트 레이블을 가져오거나 설정합니다. |
메서드
HideAsync() |
진행률 표시기를 숨깁니다. |
ShowAsync() |
진행률 표시기를 표시합니다. |