BindingFailedEventArgs.Message プロパティ

定義

バインドエラーの説明を取得します。

public:
 property Platform::String ^ Message { Platform::String ^ get(); };
winrt::hstring Message();
public string Message { get; }
var string = bindingFailedEventArgs.message;
Public ReadOnly Property Message As String

プロパティ値

String

Platform::String

winrt::hstring

バインディングが失敗した理由。

適用対象

こちらもご覧ください