TabControl.GetItems Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient les TabPage contrôles qui appartiennent au TabControl.
Surcharges
| Nom | Description |
|---|---|
| GetItems(Type) |
Copie les TabPage contrôles dans le TabControl tableau du type spécifié. |
| GetItems() |
Obtient un tableau de TabPage contrôles appartenant au TabControl contrôle. |
GetItems(Type)
- Source:
- TabControl.cs
- Source:
- TabControl.cs
- Source:
- TabControl.cs
- Source:
- TabControl.cs
- Source:
- TabControl.cs
Copie les TabPage contrôles dans le TabControl tableau du type spécifié.
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()
Paramètres
Retours
TabPage Contrôles qui appartiennent au TabControl tableau du type spécifié.
Exceptions
Le type TabPage ne peut pas être converti en baseType.
S’applique à
GetItems()
- Source:
- TabControl.cs
- Source:
- TabControl.cs
- Source:
- TabControl.cs
- Source:
- TabControl.cs
- Source:
- TabControl.cs
Obtient un tableau de TabPage contrôles appartenant au TabControl contrôle.
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()
Retours
Tableau de TabPage contrôles qui appartiennent au TabControl.