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

加入項目的索引。

實作

備註

這個成員是明確介面成員實作, 只有當物件轉換成 IList 介面時 DesignerAutoFormatCollection ,才能使用它。

適用於

另請參閱