TabPage.TabPageControlCollection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包含 TabPage 使用的控制項集合。
public: ref class TabPage::TabPageControlCollection : System::Windows::Forms::Control::ControlCollection
public class TabPage.TabPageControlCollection : System.Windows.Forms.Control.ControlCollection
[System.Runtime.InteropServices.ComVisible(false)]
public class TabPage.TabPageControlCollection : System.Windows.Forms.Control.ControlCollection
type TabPage.TabPageControlCollection = class
inherit Control.ControlCollection
[<System.Runtime.InteropServices.ComVisible(false)>]
type TabPage.TabPageControlCollection = class
inherit Control.ControlCollection
Public Class TabPage.TabPageControlCollection
Inherits Control.ControlCollection
- 繼承
- 繼承
- 屬性
建構函式
TabPage.TabPageControlCollection(TabPage) |
初始化 TabPage.TabPageControlCollection 類別的新執行個體。 |
屬性
Count |
取得集合所包含的項目數目。 (繼承來源 Control.ControlCollection) |
IsReadOnly |
取得值,這個值表示此集合物件是否為唯讀。 (繼承來源 Control.ControlCollection) |
Item[Int32] |
指示集合中指定索引位置的 Control。 (繼承來源 Control.ControlCollection) |
Item[String] |
表示集合中具有指定索引鍵的 Control。 (繼承來源 Control.ControlCollection) |
Owner |
取得擁有這個 Control.ControlCollection 的控制項。 (繼承來源 Control.ControlCollection) |
方法
明確介面實作
擴充方法
Cast<TResult>(IEnumerable) |
將 IEnumerable 的項目轉換成指定的型別。 |
OfType<TResult>(IEnumerable) |
根據指定的型別來篩選 IEnumerable 的項目。 |
AsParallel(IEnumerable) |
啟用查詢的平行化作業。 |
AsQueryable(IEnumerable) |
將 IEnumerable 轉換成 IQueryable。 |