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

適用対象