TypeDelegator.GetEvents メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在の TypeDelegator
で宣言または継承されているすべてのパブリック イベントを表す EventInfo オブジェクトの配列を返します。
オーバーロード
GetEvents(BindingFlags) |
現在の |
GetEvents() |
現在の |
GetEvents(BindingFlags)
- ソース:
- TypeDelegator.cs
- ソース:
- TypeDelegator.cs
- ソース:
- TypeDelegator.cs
現在の TypeDelegator
で宣言または継承されている bindingAttr
で指定されたイベントを返します。
public:
override cli::array <System::Reflection::EventInfo ^> ^ GetEvents(System::Reflection::BindingFlags bindingAttr);
public override System.Reflection.EventInfo[] GetEvents (System.Reflection.BindingFlags bindingAttr);
override this.GetEvents : System.Reflection.BindingFlags -> System.Reflection.EventInfo[]
Public Overrides Function GetEvents (bindingAttr As BindingFlags) As EventInfo()
パラメーター
- bindingAttr
- BindingFlags
検索の実行方法に影響を与えるビットマスク。 この値は、BindingFlags の 0 個以上のビット フラグの組み合わせです。
戻り値
bindingAttr
で指定されたイベントを格納している EventInfo
型の配列。 イベントがない場合は、空の配列が返されます。
適用対象
GetEvents()
- ソース:
- TypeDelegator.cs
- ソース:
- TypeDelegator.cs
- ソース:
- TypeDelegator.cs
現在の TypeDelegator
で宣言または継承されているすべてのパブリック イベントを表す EventInfo オブジェクトの配列を返します。
public:
override cli::array <System::Reflection::EventInfo ^> ^ GetEvents();
public override System.Reflection.EventInfo[] GetEvents ();
override this.GetEvents : unit -> System.Reflection.EventInfo[]
Public Overrides Function GetEvents () As EventInfo()
戻り値
現在の型で宣言または継承されているすべてのイベントを格納する配列。 イベントがない場合は、空の配列が返されます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET