Compartir a través de


TabControl.GetItems Método

Definición

Obtiene los controles TabPage que pertenecen a TabControl.

Sobrecargas

GetItems(Type)

Copia los controles TabPage de TabControl en una matriz del tipo especificado.

GetItems()

Obtiene una matriz de controles TabPage que pertenecen al control TabControl.

GetItems(Type)

Source:
TabControl.cs
Source:
TabControl.cs
Source:
TabControl.cs

Copia los controles TabPage de TabControl en una matriz del tipo especificado.

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

Parámetros

baseType
Type

Type de la matriz que se va a crear.

Devoluciones

Object[]

Controles TabPage que pertenecen a TabControl como matriz del tipo especificado.

Excepciones

El tipo TabPage no se puede convertir en baseType.

Se aplica a

GetItems()

Source:
TabControl.cs
Source:
TabControl.cs
Source:
TabControl.cs

Obtiene una matriz de controles TabPage que pertenecen al control 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()

Devoluciones

Object[]

Matriz de controles TabPage que pertenecen a TabControl.

Se aplica a