TabControl.GetItems メソッド

定義

TabPage に属している TabControl コントロールを取得します。

オーバーロード

GetItems(Type)

TabPage 内の TabControl コントロールを、指定した型の配列にコピーします。

GetItems()

TabPage コントロールに属している TabControl コントロールの配列を取得します。

GetItems(Type)

TabPage 内の TabControl コントロールを、指定した型の配列にコピーします。

protected:
 virtual cli::array <System::Object ^> ^ GetItems(Type ^ baseType);
protected virtual object[] GetItems (Type baseType);
abstract member GetItems : Type -> obj[]
override this.GetItems : Type -> obj[]
Protected Overridable Function GetItems (baseType As Type) As Object()

パラメーター

baseType
Type

作成する配列の Type

戻り値

Object[]

指定した型の配列であり、TabPage に属している TabControl コントロール。

例外

TabPage 型は baseType に変換できません。

適用対象

GetItems()

TabPage コントロールに属している TabControl コントロールの配列を取得します。

protected:
 virtual cli::array <System::Object ^> ^ GetItems();
protected virtual object[] GetItems ();
abstract member GetItems : unit -> obj[]
override this.GetItems : unit -> obj[]
Protected Overridable Function GetItems () As Object()

戻り値

Object[]

TabPage に属している TabControl コントロールの配列。

適用対象