다음을 통해 공유


StatusBarProgressIndicator 클래스

정의

창(앱 보기)의 상태 표시줄에서 진행률 표시기와 상호 작용하기 위한 메서드 및 속성을 제공합니다.

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
상속
Object Platform::Object IInspectable 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()

진행률 표시기를 표시합니다.

적용 대상