次の方法で共有


RebootNeededEventHandler 代理人

定義

再起動が必要な MediaProtectionManager によって渡されたデータを処理するメソッドを表します。

public delegate void RebootNeededEventHandler(MediaProtectionManager ^ sender);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1692478021, 38715, 19002, 178, 96, 145, 137, 138, 73, 168, 44)]
class RebootNeededEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1692478021, 38715, 19002, 178, 96, 145, 137, 138, 73, 168, 44)]
public delegate void RebootNeededEventHandler(MediaProtectionManager sender);
var rebootNeededEventHandlerHandler = function(sender){
/* Your code */
}
Public Delegate Sub RebootNeededEventHandler(sender As MediaProtectionManager)

パラメーター

sender
MediaProtectionManager

再起動が必要な MediaProtectionManager オブジェクトが含まれています。

属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

適用対象