AddAppointmentOperation.ReportCompleted(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
调用此方法可通知正在激活的应用操作已成功完成。 提供唯一的约会 ID 作为 itemID 参数。
public:
virtual void ReportCompleted(Platform::String ^ itemId) = ReportCompleted;
void ReportCompleted(winrt::hstring const& itemId);
public void ReportCompleted(string itemId);
function reportCompleted(itemId)
Public Sub ReportCompleted (itemId As String)
参数
- itemId
-
String
Platform::String
winrt::hstring
一个唯一的约会 ID,激活应用稍后可以使用该 ID 删除此约会(如有必要)。
Windows 要求
应用功能 |
appointmentsSystem
|