TypeExtensions.GetEvent 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.
Przeciążenia
GetEvent(Type, String) | |
GetEvent(Type, String, BindingFlags) |
GetEvent(Type, String)
- Źródło:
- TypeExtensions.cs
- Źródło:
- TypeExtensions.cs
- Źródło:
- TypeExtensions.cs
public:
[System::Runtime::CompilerServices::Extension]
static System::Reflection::EventInfo ^ GetEvent(Type ^ type, System::String ^ name);
public static System.Reflection.EventInfo GetEvent (this Type type, string name);
public static System.Reflection.EventInfo? GetEvent (this Type type, string name);
static member GetEvent : Type * string -> System.Reflection.EventInfo
<Extension()>
Public Function GetEvent (type As Type, name As String) As EventInfo
Parametry
- type
- Type
- name
- String
Zwraca
Dotyczy
GetEvent(Type, String, BindingFlags)
- Źródło:
- TypeExtensions.cs
- Źródło:
- TypeExtensions.cs
- Źródło:
- TypeExtensions.cs
public:
[System::Runtime::CompilerServices::Extension]
static System::Reflection::EventInfo ^ GetEvent(Type ^ type, System::String ^ name, System::Reflection::BindingFlags bindingAttr);
public static System.Reflection.EventInfo GetEvent (this Type type, string name, System.Reflection.BindingFlags bindingAttr);
public static System.Reflection.EventInfo? GetEvent (this Type type, string name, System.Reflection.BindingFlags bindingAttr);
static member GetEvent : Type * string * System.Reflection.BindingFlags -> System.Reflection.EventInfo
<Extension()>
Public Function GetEvent (type As Type, name As String, bindingAttr As BindingFlags) As EventInfo
Parametry
- type
- Type
- name
- String
- bindingAttr
- BindingFlags
Zwraca
Dotyczy
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.