TimeZoneSettings.SupportedTimeZoneDisplayNames Proprietà

Definizione

Ottiene i nomi visualizzati per tutti i fusi orari supportati.

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)

Valore della proprietà

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

Nomi visualizzati per tutti i fusi orari supportati.

Requisiti Windows

Funzionalità dell'app
systemManagement

Commenti

Questa API richiede l'uso della funzionalità systemManagement IoT e l'inclusione di iot nell'elenco IgnorableNamespaces . Gli utenti possono aggiungere quanto segue al file Package.appmanifest: <iot:Capability Name="systemManagement"/>e aggiungere iot all'elenco esistente di IgnorableNamespaces.

Si applica a