다음을 통해 공유


AppointmentException.ExceptionProperties 속성

정의

예외가 발견된 약속 속성의 이름 목록을 가져옵니다.

public:
 property IVectorView<Platform::String ^> ^ ExceptionProperties { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> ExceptionProperties();
public IReadOnlyList<string> ExceptionProperties { get; }
var iVectorView = appointmentException.exceptionProperties;
Public ReadOnly Property ExceptionProperties As IReadOnlyList(Of String)

속성 값

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

예외가 발견된 약속 속성의 이름 목록입니다.

Windows 요구 사항

앱 기능
appointmentsSystem

적용 대상