다음을 통해 공유


WindowsRuntimeMarshal.RemoveAllEventHandlers 메서드

정의

지정된 메서드를 사용하여 제거할 수 있는 모든 이벤트 처리기를 제거합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 static void RemoveAllEventHandlers(Action<System::Runtime::InteropServices::WindowsRuntime::EventRegistrationToken> ^ removeMethod);
[System.Security.SecurityCritical]
public static void RemoveAllEventHandlers (Action<System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken> removeMethod);
public static void RemoveAllEventHandlers (Action<System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken> removeMethod);
[<System.Security.SecurityCritical>]
static member RemoveAllEventHandlers : Action<System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken> -> unit
static member RemoveAllEventHandlers : Action<System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken> -> unit
Public Shared Sub RemoveAllEventHandlers (removeMethod As Action(Of EventRegistrationToken))

매개 변수

removeMethod
Action<EventRegistrationToken>

Windows 런타임 이벤트에서 이벤트 처리기를 제거하는 메서드를 나타내는 대리자입니다.

특성

예외

removeMethodnull입니다.

적용 대상