Share via


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>

ユーザーが優先するクロックの 1 つ以上のクロック識別子。

適用対象