EventInfo.RemoveMethod Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
MethodInfo Mendapatkan objek untuk menghapus metode peristiwa, termasuk metode non-publik.
public:
virtual property System::Reflection::MethodInfo ^ RemoveMethod { System::Reflection::MethodInfo ^ get(); };
public virtual System.Reflection.MethodInfo RemoveMethod { get; }
public virtual System.Reflection.MethodInfo? RemoveMethod { get; }
member this.RemoveMethod : System.Reflection.MethodInfo
Public Overridable ReadOnly Property RemoveMethod As MethodInfo
Nilai Properti
Objek MethodInfo untuk menghapus metode peristiwa.
Keterangan
Properti ini setara dengan memanggil GetRemoveMethod dengan nilai true.