TabControl.GetItems Método
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene los controles TabPage que pertenecen a TabControl.
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. |
- 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
Devoluciones
Controles TabPage que pertenecen a TabControl como matriz del tipo especificado.
Excepciones
El tipo TabPage no se puede convertir en baseType
.
Se aplica a
.NET Framework 4.8.1 y otras versiones
Producto | Versiones |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
- 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
Matriz de controles TabPage que pertenecen a TabControl.
Se aplica a
.NET Framework 4.8.1 y otras versiones
Producto | Versiones |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
Comentarios de .NET
.NET es un proyecto de código abierto. Seleccione un vínculo para proporcionar comentarios: