TreeNodeCollection.IList.Add(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將物件加入至樹狀節點集合的尾端。
virtual int System.Collections.IList.Add(System::Object ^ node) = System::Collections::IList::Add;
int IList.Add (object node);
int IList.Add (object? node);
abstract member System.Collections.IList.Add : obj -> int
override this.System.Collections.IList.Add : obj -> int
Function Add (node As Object) As Integer Implements IList.Add
參數
- node
- Object
要加入至樹狀節點集合的物件。
傳回
加入至樹狀節點集合之 TreeNode 以零為起始的索引值。
實作
例外狀況
node
為 null
。
備註
如果 node
不是 ,方法 IList.Add 會使用 類別的 方法所 ToString 傳回的 TreeNode 字串。 TreeNodeCollection