ItemCollection.Add(Object) 方法

定义

将某项添加到 ItemCollection 中。

public:
 virtual int Add(System::Object ^ newItem);
public int Add (object newItem);
abstract member Add : obj -> int
override this.Add : obj -> int
Public Function Add (newItem As Object) As Integer

参数

newItem
Object

要添加到集合的项。

返回

Int32

添加对象的位置的从零开始的索引,如果不能添加项,则为 -1。

实现

例外

集合处于 ItemsSource 模式。

适用于

另请参阅