ToolStripPanel.ToolStripPanelRowCollection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 ToolStripPanel 中的所有 ToolStripPanelRow 对象。
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
- 继承
- 属性
- 实现
构造函数
属性
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)。 |
扩展方法
Cast<TResult>(IEnumerable) |
将 IEnumerable 的元素强制转换为指定的类型。 |
OfType<TResult>(IEnumerable) |
根据指定类型筛选 IEnumerable 的元素。 |
AsParallel(IEnumerable) |
启用查询的并行化。 |
AsQueryable(IEnumerable) |
将 IEnumerable 转换为 IQueryable。 |