MediaFailedRoutedEventArgs クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
MediaElement.MediaFailed イベントのイベント データを提供します。
public ref class MediaFailedRoutedEventArgs sealed : ExceptionRoutedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class MediaFailedRoutedEventArgs final : ExceptionRoutedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class MediaFailedRoutedEventArgs : ExceptionRoutedEventArgs
Public NotInheritable Class MediaFailedRoutedEventArgs
Inherits ExceptionRoutedEventArgs
- 継承
-
Object Platform::Object IInspectable RoutedEventArgs ExceptionRoutedEventArgs MediaFailedRoutedEventArgs
- 属性
注釈
MediaFailedRoutedEventArgs
は、ErrorTrace プロパティを追加して ExceptionRoutedEventArgs を拡張します。 の MediaFailed
ハンドラーでは、情報を ExceptionRoutedEventArgs
使用できるように データを として MediaFailedRoutedEventArgs
キャストします ErrorTrace
。 それ以外の場合は、メッセージにのみ関心がある場合は、キャストせずに ErrorMessage に アクセスできます。
プロパティ
ErrorMessage |
例外のメッセージ コンポーネントを文字列として取得します。 (継承元 ExceptionRoutedEventArgs) |
ErrorTrace |
メディアに失敗したイベントのトレース情報を取得します。 |
OriginalSource |
イベントを発生させたオブジェクトへの参照を取得します。 これは多くの場合、アプリ UI で宣言された要素ではなく、コントロールのテンプレート部分です。 (継承元 RoutedEventArgs) |