バージョン

Insert(Int32,OwnerRecurringDateSettings) メソッド

指定した dateSettings インスタンスを、このコレクションの指定した順序位置に挿入します。
シンタックス
'宣言
 
Public Overloads Sub Insert( _
   ByVal index As Integer, _
   ByVal dateSettings As OwnerRecurringDateSettings _
) 
public void Insert( 
   int index,
   OwnerRecurringDateSettings dateSettings
)

パラメータ

index
新しいインスタンスの順序位置。コレクションの先頭に新しいインスタンスを挿入するのに、ゼロを指定します。
dateSettings
追加する OwnerRecurringDateSettings インスタンス。
参照