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

パラメーター

返品

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

実装

注釈

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

適用対象

こちらもご覧ください