TypeExtensions.GetEvent Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Överlagringar
| Name | Description |
|---|---|
| GetEvent(Type, String) | |
| GetEvent(Type, String, BindingFlags) |
GetEvent(Type, String)
- Källa:
- TypeExtensions.cs
- Källa:
- TypeExtensions.cs
- Källa:
- TypeExtensions.cs
- Källa:
- TypeExtensions.cs
- Källa:
- 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
Parametrar
- type
- Type
- name
- String
Returer
Gäller för
GetEvent(Type, String, BindingFlags)
- Källa:
- TypeExtensions.cs
- Källa:
- TypeExtensions.cs
- Källa:
- TypeExtensions.cs
- Källa:
- TypeExtensions.cs
- Källa:
- 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
Parametrar
- type
- Type
- name
- String
- bindingAttr
- BindingFlags