ToolStripPanel.ToolStripPanelRowCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ToolStripPanelRow内のすべてのToolStripPanel オブジェクトを表します。
public: ref class ToolStripPanel::ToolStripPanelRowCollection : System::Windows::Forms::Layout::ArrangedElementCollection, System::Collections::IList
[System.ComponentModel.ListBindable(false)]
[System.Runtime.InteropServices.ComVisible(false)]
public class ToolStripPanel.ToolStripPanelRowCollection : System.Windows.Forms.Layout.ArrangedElementCollection, System.Collections.IList
[System.ComponentModel.ListBindable(false)]
public class ToolStripPanel.ToolStripPanelRowCollection : System.Windows.Forms.Layout.ArrangedElementCollection, System.Collections.IList
[<System.ComponentModel.ListBindable(false)>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type ToolStripPanel.ToolStripPanelRowCollection = class
inherit ArrangedElementCollection
interface IList
interface ICollection
interface IEnumerable
[<System.ComponentModel.ListBindable(false)>]
type ToolStripPanel.ToolStripPanelRowCollection = class
inherit ArrangedElementCollection
interface IList
interface ICollection
interface IEnumerable
Public Class ToolStripPanel.ToolStripPanelRowCollection
Inherits ArrangedElementCollection
Implements IList
- 継承
- 属性
- 実装
コンストラクター
| 名前 | 説明 |
|---|---|
| ToolStripPanel.ToolStripPanelRowCollection(ToolStripPanel, ToolStripPanelRow[]) |
指定したToolStripPanel.ToolStripPanelRowCollection内の指定した数の行を使用して、ToolStripPanel クラスの新しいインスタンスを初期化します。 |
| ToolStripPanel.ToolStripPanelRowCollection(ToolStripPanel) |
指定したToolStripPanel.ToolStripPanelRowCollectionのToolStripPanel クラスの新しいインスタンスを初期化します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| Count |
コレクション内の要素の数を取得します。 (継承元 ArrangedElementCollection) |
| IsReadOnly |
コレクションが読み取り専用かどうかを示す値を取得します。 (継承元 ArrangedElementCollection) |
| Item[Int32] |
ToolStripPanelRow内の特定のToolStripPanel.ToolStripPanelRowCollectionを取得します。 |
メソッド
明示的なインターフェイスの実装
| 名前 | 説明 |
|---|---|
| ICollection.IsSynchronized |
このメンバーの説明については、 IsSynchronized プロパティを参照してください。 (継承元 ArrangedElementCollection) |
| ICollection.SyncRoot |
このメンバーの説明については、 SyncRoot プロパティを参照してください。 (継承元 ArrangedElementCollection) |
| IList.Add(Object) |
このメンバーの説明については、 Add(Object)を参照してください。 |
| IList.Clear() |
このメンバーの説明については、 Clear()を参照してください。 |
| IList.Contains(Object) |
このメンバーの説明については、 Contains(Object)を参照してください。 |
| IList.IndexOf(Object) |
このメンバーの説明については、 IndexOf(Object)を参照してください。 |
| IList.Insert(Int32, Object) |
このメンバーの説明については、 Insert(Int32, Object)を参照してください。 |
| IList.IsFixedSize |
このメンバーの説明については、 IsFixedSizeを参照してください。 |
| IList.IsReadOnly |
このメンバーの説明については、 IsReadOnlyを参照してください。 |
| IList.Item[Int32] |
このメンバーの説明については、 Item[Int32]を参照してください。 |
| IList.Remove(Object) |
このメンバーの説明については、 Remove(Object)を参照してください。 |
| IList.RemoveAt(Int32) |
このメンバーの説明については、 RemoveAt(Int32)を参照してください。 |
拡張メソッド
| 名前 | 説明 |
|---|---|
| AsParallel(IEnumerable) |
クエリの並列化を有効にします。 |
| AsQueryable(IEnumerable) |
IEnumerable を IQueryableに変換します。 |
| Cast<TResult>(IEnumerable) |
IEnumerable の要素を指定した型にキャストします。 |
| OfType<TResult>(IEnumerable) |
指定した型に基づいて、IEnumerable の要素をフィルター処理します。 |