Compartir a través de


TimeZoneSettings.SupportedTimeZoneDisplayNames Propiedad

Definición

Obtiene los nombres para mostrar de todas las zonas horarias admitidas.

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)

Valor de propiedad

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

Los nombres para mostrar de todas las zonas horarias admitidas.

Requisitos de Windows

Características de aplicaciones
systemManagement

Comentarios

Esta API requiere el uso de la funcionalidad systemManagement de IoT y la inclusión de iot en la lista IgnorableNamespaces . Los usuarios pueden agregar lo siguiente a package.appmanifest: <iot:Capability Name="systemManagement"/>y agregar iot a su lista existente de IgnorableNamespaces.

Se aplica a