RetailInfo 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
支援一個方法、 IsDemoModeEnabled和一個屬性 Properties的公用程式類別。 呼叫 IsDemoModeEnabled 以判斷執行應用程式的裝置是否已特別啟用其零售示範模式。
public ref class RetailInfo abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.Profile.ProfileRetailInfoContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class RetailInfo final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.Profile.ProfileRetailInfoContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class RetailInfo
Public Class RetailInfo
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows Desktop Extension SDK (已於 10.0.10240.0 引進)
Windows Mobile Extension SDK (已於 10.0.10240.0 引進) Windows 10, version 2104 (已於 10.0.20348.0 引進) |
API contract |
Windows.System.Profile.ProfileRetailInfoContract (已於 v1.0 引進)
|
備註
如果 RetailInfo.IsDemoModeEnabled 傳回 true,您可以從 RetailInfo.Properties取得一組可用的屬性。 這些屬性包含適用于在零售設定中執行之預先安裝示範應用程式的特定資訊。 例如,您可以取得 ManufacturerName、 ScreenSize等等,並在用於零售示範的應用程式中顯示該資訊。 傳回的字串通常適合包含在 UI 中。
可能的話,請使用 RetailInfo ,而不是先前的 Windows.Phone.System.Profile.RetailMode API。 Windows.Phone.System.Profile.RetailMode僅適用于Windows Phone,且不支援一組裝置特定屬性的「屬性」。
屬性
IsDemoModeEnabled |
判斷應用程式執行所在的裝置是否已特別啟用其零售示範模式。 |
Properties |
取得 物件,表示可用零售示範屬性及其值的集合。 |