共用方式為


ComponentLoadFailedEventHandler 代理人

定義

表示當載入二進位資料失敗時,處理 MediaProtectionManager 所傳遞資料的方法。

public delegate void ComponentLoadFailedEventHandler(MediaProtectionManager ^ sender, ComponentLoadFailedEventArgs ^ e);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2514117692, 28089, 16971, 134, 202, 9, 26, 244, 50, 8, 28)]
class ComponentLoadFailedEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2514117692, 28089, 16971, 134, 202, 9, 26, 244, 50, 8, 28)]
public delegate void ComponentLoadFailedEventHandler(MediaProtectionManager sender, ComponentLoadFailedEventArgs e);
var componentLoadFailedEventHandlerHandler = function(sender, e){
/* Your code */
}
Public Delegate Sub ComponentLoadFailedEventHandler(sender As MediaProtectionManager, e As ComponentLoadFailedEventArgs)

參數

sender
MediaProtectionManager

包含載入失敗時載入二進位資料的 MediaProtectionManager 物件。

e
ComponentLoadFailedEventArgs

包含載入二進位資料失敗時 ,MediaProtectionManager 物件的事件資料。

屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

適用於