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()

顯示進度指標。

適用於