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 メソッドを呼び出して、このクラスのインスタンスを取得します。
プロパティ
ProgressValue |
0 ~ 1 の範囲の進行状況を表す値を取得または設定します。 |
Text |
進行状況インジケーターに表示されるテキスト ラベルを取得または設定します。 |
メソッド
HideAsync() |
進行状況インジケーターを非表示にします。 |
ShowAsync() |
進行状況インジケーターを表示します。 |