共用方式為


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

適用於