StateManagedCollection プロパティ


名前 | 説明 | |
---|---|---|
![]() | System.Collections.ICollection.Count | StateManagedCollection コレクションに格納されている要素の数を取得します。 |
![]() | System.Collections.ICollection.IsSynchronized | StateManagedCollection コレクションが同期されている (スレッド セーフである) かどうかを示す値を取得します。このメソッドは、常に false を返します。 |
![]() | System.Collections.ICollection.SyncRoot | StateManagedCollection コレクションへのアクセスを同期するために使用できるオブジェクトを取得します。このメソッドは、常に null 参照 (Visual Basic では Nothing) を返します。 |
![]() | System.Collections.IList.IsFixedSize | StateManagedCollection コレクションが固定サイズかどうかを示す値を取得します。このメソッドは、常に false を返します。 |
![]() | System.Collections.IList.IsReadOnly | StateManagedCollection コレクションが読み取り専用かどうかを示す値を取得します。 |
![]() | System.Collections.IList.Item | 指定したインデックス位置にある IStateManager 要素を取得します。 |
![]() | System.Web.UI.IStateManager.IsTrackingViewState | StateManagedCollection コレクションがビューステートへの変更を保存しているかどうかを示す値を取得します。 |

- StateManagedCollection プロパティのページへのリンク