バージョン

Item プロパティ (IgnoredContentList)

指定したインデックスにある IgnoredContent を取得します。
シンタックス
'宣言
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As IgnoredContent
public IgnoredContent this[ 
   int index
]; {get;}

パラメータ

index
取得する IgnoredContent 値の 0 から始まるインデックス番号。

プロパティ値

指定したインデックスにある項目によって表される IgnoredContent 値。
例外
例外解説
System.ArgumentOutOfRangeExceptionindex は 0 未満または Count 以上の場合に発生します。
参照