AppointmentCalendar.FindExceptionsFromMasterAsync(String) 方法

定义

异步检索指定主约会中异常的约会实例列表。

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))

参数

masterLocalId
String

Platform::String

winrt::hstring

为其检索特殊约会实例的主约会的 LocalId

返回

成功完成时返回 IVectorView 的异步操作。

属性

Windows 要求

应用功能
appointmentsSystem

适用于