Udostępnij za pośrednictwem


WindowsRuntimeMarshal.RemoveAllEventHandlers Metoda

Definicja

Usuwa wszystkie programy obsługi zdarzeń, które można usunąć przy użyciu określonej metody.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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))

Parametry

removeMethod
Action<EventRegistrationToken>

Delegat reprezentujący metodę, która usuwa programy obsługi zdarzeń z zdarzenia środowisko wykonawcze systemu Windows.

Atrybuty

Wyjątki

removeMethod to null.

Dotyczy