Carousel for ASP.NET Web Forms
Insert メソッド

C1.Web.Wijmo.Controls.4 アセンブリ > C1.Web.Wijmo.Controls.C1Carousel 名前空間 > C1CarouselItemCollection クラス : Insert メソッド
項目の位置。 値は 0 以上である必要があります。
新しい C1CarouselItem 項目。
C1CarouselItem 項目をコレクションの特定の位置に挿入します。
シンタックス
'宣言
 
Public Shadows Sub Insert( _
   ByVal index As System.Integer, _
   ByVal child As C1CarouselItem _
) 
public new void Insert( 
   System.int index,
   C1CarouselItem child
)

パラメータ

index
項目の位置。 値は 0 以上である必要があります。
child
新しい C1CarouselItem 項目。
プラットフォーム

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

参照

参照

C1CarouselItemCollection クラス
C1CarouselItemCollection メンバ