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 メソッドを呼び出して、このクラスのインスタンスを取得します。

プロパティ

ProgressValue

0 ~ 1 の範囲の進行状況を表す値を取得または設定します。

Text

進行状況インジケーターに表示されるテキスト ラベルを取得または設定します。

メソッド

HideAsync()

進行状況インジケーターを非表示にします。

ShowAsync()

進行状況インジケーターを表示します。

適用対象