TabControl.GetItems Metod

Definition

Hämtar de TabPage kontroller som tillhör TabControl.

Överlagringar

Name Description
GetItems(Type)

Kopierar TabPage kontrollerna i TabControl till en matris av den angivna typen.

GetItems()

Hämtar en matris med TabPage kontroller som tillhör TabControl kontrollen.

GetItems(Type)

Källa:
TabControl.cs
Källa:
TabControl.cs
Källa:
TabControl.cs
Källa:
TabControl.cs
Källa:
TabControl.cs

Kopierar TabPage kontrollerna i TabControl till en matris av den angivna typen.

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()

Parametrar

baseType
Type

Matrisen Type som ska skapas.

Returer

Object[]

De TabPage kontroller som tillhör TabControl som en matris av den angivna typen.

Undantag

Det går inte att konvertera typen TabPage till baseType.

Gäller för

GetItems()

Källa:
TabControl.cs
Källa:
TabControl.cs
Källa:
TabControl.cs
Källa:
TabControl.cs
Källa:
TabControl.cs

Hämtar en matris med TabPage kontroller som tillhör TabControl kontrollen.

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()

Returer

Object[]

En matris med TabPage kontroller som tillhör TabControl.

Gäller för