共用方式為


GlobalizationPreferences.Calendars 屬性

定義

依喜好設定順序,取得使用者慣用的行事曆集合。

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

屬性值

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

使用者慣用行事曆的一或多個行事曆識別碼。

適用於