Main Content

RemoveAll

静的 .NET System.Delegate RemoveAll メソッドに便利な関数

    説明

    result = RemoveAll(combinedDelegate,removedDelegate) は、combinedDelegate から removedDelegate のすべてのインスタンスを削除します。System.Delegate RemoveAll メソッドの詳細については、Microsoft® .NET のドキュメンテーションを参照してください。

    入力引数

    すべて折りたたむ

    変更するデリゲート。.NET System.Delegate オブジェクトとして指定します。removedDelegate のすべてのインスタンスが削除されます。

    削除するデリゲート。.NET System.Delegate オブジェクトとして指定します。デリゲートのすべてのインスタンスが combinedDelegate から削除されます。

    出力引数

    すべて折りたたむ

    更新されたデリゲート。.NET System.Delegate オブジェクトとして返されます。

    代替機能

    System.Delegate クラスの静的 RemoveAll メソッドを使用します。

    バージョン履歴

    R2011a で導入