DesignerAutoFormatCollection.IList.Add(Object) メソッド

定義

DesignerAutoFormatCollection オブジェクトが IList インターフェイスにキャストされた場合に、コレクションに項目を追加します。

 virtual int System.Collections.IList.Add(System::Object ^ value) = System::Collections::IList::Add;
int IList.Add (object value);
abstract member System.Collections.IList.Add : obj -> int
override this.System.Collections.IList.Add : obj -> int
Function Add (value As Object) As Integer Implements IList.Add

パラメーター

戻り値

Int32

追加された項目のインデックス。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、オブジェクトがインターフェイスにDesignerAutoFormatCollectionIListキャストされている場合にのみ使用できます。

適用対象

こちらもご覧ください