次の方法で共有


MulticastDelegate.CombineImpl メソッド

新しいデリゲートを生成するために、指定した Delegate とこの Delegate を組み合わせます。

Protected NotOverridable Overrides Function CombineImpl( _
   ByVal follow As Delegate _) As Delegate
[C#]
protected sealed override Delegate CombineImpl(Delegatefollow);
[C++]
protected: __sealed Delegate* CombineImpl(Delegate* follow);
[JScript]
protected final override function CombineImpl(
   follow : Delegate) : Delegate;

パラメータ

  • follow
    このデリゲートと組み合わせるデリゲート。

戻り値

MulticastDelegate 呼び出しリストの新しいルートとなる Delegate

例外

例外の種類 条件
MemberAccessException 抽象クラスのインスタンスを作成できません。または、このメンバが遅延バインディングの機構を使用して呼び出されました。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET

.NET Framework セキュリティ:

参照

MulticastDelegate クラス | MulticastDelegate メンバ | System 名前空間