次の方法で共有


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 プロパティ値があります: SynchronizationHostProtectionAttributeはデスクトップ アプリケーションには影響しません (通常、アイコンをダブルクリックするか、コマンドを入力するか、ブラウザーで URL を入力します)。 詳細については、 HostProtectionAttribute クラスまたは SQL Server プログラミング属性とホスト保護属性に関するページを参照してください。

適用対象