AddAppointmentOperation.ReportCompleted(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
呼叫這個方法,通知啟動的應用程式作業已順利完成。 提供唯一的約會識別碼作為 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
啟用應用程式稍後可以使用的唯一約會識別碼,視需要移除此約會。
Windows 需求
應用程式功能 |
appointmentsSystem
|