AppointmentCalendar.FindExceptionsFromMasterAsync(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.
Asynchronously retrieves a list of appointment instances that are exceptions from the specified master appointment.
public:
virtual IAsyncOperation<IVectorView<AppointmentException ^> ^> ^ FindExceptionsFromMasterAsync(Platform::String ^ masterLocalId) = FindExceptionsFromMasterAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<AppointmentException>> FindExceptionsFromMasterAsync(winrt::hstring const& masterLocalId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<AppointmentException>> FindExceptionsFromMasterAsync(string masterLocalId);
function findExceptionsFromMasterAsync(masterLocalId)
Public Function FindExceptionsFromMasterAsync (masterLocalId As String) As IAsyncOperation(Of IReadOnlyList(Of AppointmentException))
Parameters
- masterLocalId
-
String
Platform::String
winrt::hstring
The LocalId of the master appointment for which exceptional appointment instances are retrieved.
Returns
An asynchronous operation that returns IVectorView on successful completion.
- Attributes
Windows requirements
App capabilities |
appointmentsSystem
|