共用方式為


AppointmentCalendarCreateOrUpdateAppointmentRequest.ChangedProperties 屬性

定義

取得使用者想要在約會中變更或設定的屬性清單。

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

屬性值

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

約會屬性的清單。

Windows 需求

應用程式功能
appointmentsSystem

適用於