TimeZoneSettings.SupportedTimeZoneDisplayNames プロパティ

定義

サポートされているすべてのタイム ゾーンの表示名を取得します。

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)

プロパティ値

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

サポートされているすべてのタイム ゾーンの表示名。

Windows の要件

アプリの機能
systemManagement

注釈

この API では、IoT systemManagement 機能の使用と、IgnorableNamespaces リストに iot を含める必要があります。 ユーザーは Package.appmanifest: <iot:Capability Name="systemManagement"/>に以下を追加し、既存の IgnorableNamespaces リストに iot を追加できます。

適用対象