System::Collections::IList::Add メソッド
IList::Add method
リストの末尾に項目を追加します。
virtual int System::Collections::IList::Add(SharedPtr<System::Object> item)=0
| パラメーター | 型 | 説明 |
|---|---|---|
| 項目 | SharedPtr<System::Object> | 追加するアイテム。 |
ReturnValue
追加されたアイテムのインデックス。
参照
- Typedef SharedPtr
- Class Object
- Class IList
- Namespace System::Collections
- Library Aspose.Page for C++