AppointmentCalendarCreateOrUpdateAppointmentRequest.ChangedProperties プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ユーザーが予定内で変更または設定するプロパティの一覧を取得します。
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)
プロパティ値
予定のプロパティの一覧。
Windows の要件
アプリの機能 |
appointmentsSystem
|