AppointmentCalendar.FindExceptionsFromMasterAsync(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したマスター予定から例外である予定インスタンスの一覧を非同期的に取得します。
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))
パラメーター
戻り値
正常に完了すると IVectorView を返す非同期操作。
- 属性
Windows の要件
アプリの機能 |
appointmentsSystem
|