Scheduler for UWP/WinRT
Add メソッド (BaseCollection<T>)

コレクションに新しいカスタムオブジェクトを追加します。項目が既にコレクションに存在する場合は、そのインデックスが返されます。
構文
'宣言
 
Public Shadows Function Add( _
   ByVal item As T _
) As System.Integer
public new System.int Add( 
   T item
)

パラメータ

item

戻り値の型

新しく追加したカスタムオブジェクトのインデックスを返します。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

BaseCollection<T> クラス
BaseCollection<T> メンバ

Send Feedback