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

適用対象