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) |