RecordLimitationExceededEventHandler 代理人

定義

RecordLimitationExceeded および関連イベントを処理するメソッドを表します。

public delegate void RecordLimitationExceededEventHandler(MediaCapture ^ sender);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1068404526, 20449, 20477, 170, 186, 225, 241, 51, 125, 78, 83)]
class RecordLimitationExceededEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1068404526, 20449, 20477, 170, 186, 225, 241, 51, 125, 78, 83)]
public delegate void RecordLimitationExceededEventHandler(MediaCapture sender);
var recordLimitationExceededEventHandlerHandler = function(sender){
/* Your code */
}
Public Delegate Sub RecordLimitationExceededEventHandler(sender As MediaCapture)

パラメーター

sender
MediaCapture

イベント ハンドラーがアタッチされているオブジェクト。

属性

Windows の要件

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

適用対象