AppointmentManagerForUser.ShowEditNewAppointmentAsync(Appointment) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
顯示約會提供者新增約會 UI,包括完整的編輯體驗,讓使用者能夠新增約會。
public:
virtual IAsyncOperation<Platform::String ^> ^ ShowEditNewAppointmentAsync(Appointment ^ appointment) = ShowEditNewAppointmentAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<winrt::hstring> ShowEditNewAppointmentAsync(Appointment const& appointment);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<string> ShowEditNewAppointmentAsync(Appointment appointment);
function showEditNewAppointmentAsync(appointment)
Public Function ShowEditNewAppointmentAsync (appointment As Appointment) As IAsyncOperation(Of String)
參數
- appointment
- Appointment
要加入的新約會。
傳回
非同步作業,會在成功完成時傳回包含約會識別碼的字串。
- 屬性
Windows 需求
應用程式功能 |
appointmentsSystem
|