EventDescriptorCollection.Add(EventDescriptor) メソッド

定義

コレクションの末尾に EventDescriptor を追加します。

public:
 int Add(System::ComponentModel::EventDescriptor ^ value);
public int Add (System.ComponentModel.EventDescriptor value);
public int Add (System.ComponentModel.EventDescriptor? value);
member this.Add : System.ComponentModel.EventDescriptor -> int
Public Function Add (value As EventDescriptor) As Integer

パラメーター

value
EventDescriptor

コレクションに追加する EventDescriptor

戻り値

コレクション内の EventDescriptor の位置。

例外

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

注釈

注意

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

適用対象