共用方式為


GlobalizationPreferencesForUser.Clocks 屬性

定義

根據喜好設定順序,取得所代表使用者慣用的時鐘集。

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

屬性值

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

一或多個時鐘識別碼。

適用於