AppointmentStore.GetAppointmentAsync(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.
Retrieves the Appointment with the specified LocalId.
public:
virtual IAsyncOperation<Appointment ^> ^ GetAppointmentAsync(Platform::String ^ localId) = GetAppointmentAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<Appointment> GetAppointmentAsync(winrt::hstring const& localId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<Appointment> GetAppointmentAsync(string localId);
function getAppointmentAsync(localId)
Public Function GetAppointmentAsync (localId As String) As IAsyncOperation(Of Appointment)
Parameters
Returns
An asynchronous operation that returns an Appointment upon successful completion.
- Attributes
Windows requirements
App capabilities |
appointmentsSystem
|