TimeZoneSettings.SupportedTimeZoneDisplayNames プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
サポートされているすべてのタイム ゾーンの表示名を取得します。
public:
static property IVectorView<Platform::String ^> ^ SupportedTimeZoneDisplayNames { IVectorView<Platform::String ^> ^ get(); };
static IVectorView<winrt::hstring> SupportedTimeZoneDisplayNames();
public static IReadOnlyList<string> SupportedTimeZoneDisplayNames { get; }
var iVectorView = TimeZoneSettings.supportedTimeZoneDisplayNames;
Public Shared ReadOnly Property SupportedTimeZoneDisplayNames As IReadOnlyList(Of String)
プロパティ値
サポートされているすべてのタイム ゾーンの表示名。
Windows の要件
アプリの機能 |
systemManagement
|
注釈
この API では、IoT systemManagement 機能の使用と、IgnorableNamespaces リストに iot を含める必要があります。 ユーザーは Package.appmanifest: <iot:Capability Name="systemManagement"/>
に以下を追加し、既存の IgnorableNamespaces リストに iot を追加できます。