バージョン

RemoveAt メソッド (XmlaPropertiesCollection)

指定したインデックスの System.Collections.Generic.IList`1 項目を削除します。
シンタックス
'宣言
 
Public Sub RemoveAt( _
   ByVal index As System.Integer _
) 
public void RemoveAt( 
   System.int index
)

パラメータ

index
削除する項目のゼロから始まるインデックス。
例外
例外解説
System.ArgumentOutOfRangeExceptionindexSystem.Collections.Generic.IList`1 では有効なインデックスではありません。
System.NotSupportedExceptionSystem.Collections.Generic.IList`1 は読み取り専用です。
参照

オンラインで表示: GitHub