ComEventsHelper.Remove(Object, Guid, Int32, Delegate) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Usuwa delegata z listy wywołań zdarzeń pochodzących z obiektu COM.
public:
static Delegate ^ Remove(System::Object ^ rcw, Guid iid, int dispid, Delegate ^ d);
[System.Security.SecurityCritical]
public static Delegate Remove (object rcw, Guid iid, int dispid, Delegate d);
public static Delegate? Remove (object rcw, Guid iid, int dispid, Delegate d);
public static Delegate Remove (object rcw, Guid iid, int dispid, Delegate d);
[<System.Security.SecurityCritical>]
static member Remove : obj * Guid * int * Delegate -> Delegate
static member Remove : obj * Guid * int * Delegate -> Delegate
Public Shared Function Remove (rcw As Object, iid As Guid, dispid As Integer, d As Delegate) As Delegate
Parametry
- rcw
- Object
Obiekt COM, do których jest dołączony delegat.
- iid
- Guid
Identyfikator interfejsu źródłowego używanego przez obiekt COM do wyzwalania zdarzeń.
- dispid
- Int32
Identyfikator wysyłania metody w interfejsie źródłowym.
- d
- Delegate
Delegat do usunięcia z listy wywołań.
Zwraca
Delegat, który został usunięty z listy wywołań.
- Atrybuty