EventDescriptorCollection.Remove(EventDescriptor) メソッド

定義

指定された EventDescriptor をコレクションから削除します。

public:
 void Remove(System::ComponentModel::EventDescriptor ^ value);
public void Remove (System.ComponentModel.EventDescriptor value);
public void Remove (System.ComponentModel.EventDescriptor? value);
member this.Remove : System.ComponentModel.EventDescriptor -> unit
Public Sub Remove (value As EventDescriptor)

パラメーター

value
EventDescriptor

コレクションから削除する EventDescriptor

例外

コレクションは読み取り専用です。

注釈

注意

HostProtectionAttributeこのクラスに適用される属性のプロパティ値は Resources です。 Synchronization HostProtectionAttribute は、デスクトップ アプリケーション (通常、アイコンのダブルクリック、コマンドの入力、またはブラウザーへの URL の入力により起動されます) には影響しません。 詳細については、 クラスまたは SQL Server プログラミング属性とホスト保護属性に関するページを参照してくださいHostProtectionAttribute

適用対象