AppointmentCalendar.FindAllInstancesAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
FindAllInstancesAsync(String, DateTime, TimeSpan) |
指定した条件を満たす、指定したマスター予定の予定インスタンスの一覧を非同期的に取得します。 |
FindAllInstancesAsync(String, DateTime, TimeSpan, FindAppointmentsOptions) |
指定した条件を満たす、指定したマスター予定の予定インスタンスの一覧を非同期的に取得します。 |
FindAllInstancesAsync(String, DateTime, TimeSpan)
指定した条件を満たす、指定したマスター予定の予定インスタンスの一覧を非同期的に取得します。
public:
virtual IAsyncOperation<IVectorView<Appointment ^> ^> ^ FindAllInstancesAsync(Platform::String ^ masterLocalId, DateTime rangeStart, TimeSpan rangeLength) = FindAllInstancesAsync;
/// [Windows.Foundation.Metadata.Overload("FindAllInstancesAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<Appointment>> FindAllInstancesAsync(winrt::hstring const& masterLocalId, DateTime const& rangeStart, TimeSpan const& rangeLength);
[Windows.Foundation.Metadata.Overload("FindAllInstancesAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<Appointment>> FindAllInstancesAsync(string masterLocalId, System.DateTimeOffset rangeStart, System.TimeSpan rangeLength);
function findAllInstancesAsync(masterLocalId, rangeStart, rangeLength)
Public Function FindAllInstancesAsync (masterLocalId As String, rangeStart As DateTimeOffset, rangeLength As TimeSpan) As IAsyncOperation(Of IReadOnlyList(Of Appointment))
パラメーター
- rangeStart
- DateTime DateTimeOffset
予定インスタンスが取得される時間枠の開始時刻。
戻り値
正常に完了すると IVectorView を返す非同期操作。
- 属性
Windows の要件
アプリの機能 |
appointmentsSystem
|
こちらもご覧ください
適用対象
FindAllInstancesAsync(String, DateTime, TimeSpan, FindAppointmentsOptions)
指定した条件を満たす、指定したマスター予定の予定インスタンスの一覧を非同期的に取得します。
public:
virtual IAsyncOperation<IVectorView<Appointment ^> ^> ^ FindAllInstancesAsync(Platform::String ^ masterLocalId, DateTime rangeStart, TimeSpan rangeLength, FindAppointmentsOptions ^ pOptions) = FindAllInstancesAsync;
/// [Windows.Foundation.Metadata.Overload("FindAllInstancesAsyncWithOptions")]
IAsyncOperation<IVectorView<Appointment>> FindAllInstancesAsync(winrt::hstring const& masterLocalId, DateTime const& rangeStart, TimeSpan const& rangeLength, FindAppointmentsOptions const& pOptions);
[Windows.Foundation.Metadata.Overload("FindAllInstancesAsyncWithOptions")]
public IAsyncOperation<IReadOnlyList<Appointment>> FindAllInstancesAsync(string masterLocalId, System.DateTimeOffset rangeStart, System.TimeSpan rangeLength, FindAppointmentsOptions pOptions);
function findAllInstancesAsync(masterLocalId, rangeStart, rangeLength, pOptions)
Public Function FindAllInstancesAsync (masterLocalId As String, rangeStart As DateTimeOffset, rangeLength As TimeSpan, pOptions As FindAppointmentsOptions) As IAsyncOperation(Of IReadOnlyList(Of Appointment))
パラメーター
- rangeStart
- DateTime DateTimeOffset
予定インスタンスが取得される時間枠の開始時刻。
- pOptions
- FindAppointmentsOptions
この操作のその他のオプションを指定するために使用される FindAppointmentsOptions オブジェクト。
戻り値
正常に完了すると IVectorView を返す非同期操作。
- 属性
Windows の要件
アプリの機能 |
appointmentsSystem
|