WebPartZone.CreateControlCollection - Méthode
Crée un ControlCollection qui contient tous les contrôles dans la zone.
Espace de noms : Microsoft.SharePoint.WebPartPages
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Protected Overrides Function CreateControlCollection As ControlCollection
'Utilisation
Dim returnValue As ControlCollection
returnValue = Me.CreateControlCollection()
protected override ControlCollection CreateControlCollection()
Valeur renvoyée
Type : System.Web.UI.ControlCollection
La collection qui contient tous les contrôles dans la zone.
Remarques
Cette substitution crée un nouveau ControlCollection pour contenir tous les contrôles dans la zone.