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
|