GlobalizationPreferences.Clocks 属性

定义

按首选项顺序获取用户首选的时钟集。

public:
 static property IVectorView<Platform::String ^> ^ Clocks { IVectorView<Platform::String ^> ^ get(); };
static IVectorView<winrt::hstring> Clocks();
public static IReadOnlyList<string> Clocks { get; }
var iVectorView = GlobalizationPreferences.clocks;
Public Shared ReadOnly Property Clocks As IReadOnlyList(Of String)

属性值

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

用户首选时钟的一个或多个时钟标识符。

适用于