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에서 도입되었습니다.)

적용 대상