ReplaceAppointmentOperation.ReportCompleted(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Informs the activating app that the operation was completed successfully.
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)
Parameters
- itemId
-
String
Platform::String
winrt::hstring
A unique appointment ID that the activating app can later use to remove this appointment if necessary or to replace it again.
Windows requirements
App capabilities |
appointmentsSystem
|