다음을 통해 공유


AppointmentCalendar.FindExceptionsFromMasterAsync(String) 메서드

정의

지정된 master 약속에서 예외인 약속 인스턴스 목록을 비동기적으로 검색합니다.

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

예외적 약속 인스턴스가 검색되는 master 약속의 LocalId입니다.

반환

성공적으로 완료될 때 IVectorView 를 반환하는 비동기 작업입니다.

특성

Windows 요구 사항

앱 기능
appointmentsSystem

적용 대상