バージョン

IsFixedSize プロパティ (FilterItemCollection)

System.Collections.IList が固定サイズかどうか示す値を取得します。
シンタックス
'宣言
 
Public MustOverride ReadOnly Property IsFixedSize As Boolean
public abstract bool IsFixedSize {get;}

プロパティ値

System.Collections.IList が固定サイズの場合は True、そうでない場合は False を返します。
参照