ModelItemCollection.IList.Add(Object) 方法

定義

將模型項目加入至 ModelItemCollection 結尾。

 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

參數

value
Object

要新增至集合的物件。

傳回

Int32

新加入物件的索引。

實作

適用於