TimeZoneSettings.SupportedTimeZoneDisplayNames Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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à
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.