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>

1 つ以上のクロック識別子。

適用対象