次の方法で共有


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

適用対象