.NET Framework Class Library Table..::.RowControlCollection Class This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. Represents the collection of TableRow objects in a Table control.

Inheritance Hierarchy
Namespace:
System.Web.UI.WebControls
Assembly:
System.Web (in System.Web.dll)

Syntax
Protected Class RowControlCollection _
Inherits ControlCollection
protected class RowControlCollection : ControlCollection
protected ref class RowControlCollection : public ControlCollection
type RowControlCollection =
class
inherit ControlCollection
end
The Table..::.RowControlCollection type exposes the following members.

Properties

Methods

Remarks
A Table..::.RowControlCollection collection is returned by the Controls property of the Table control. Only TableRow objects can be added to this Table..::.RowControlCollection.

Version Information
.NET FrameworkSupported in: 4, 3.5, 3.0, 2.0, 1.1, 1.0

Platforms
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role not supported), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also
|
Bibliothèque de classes .NET Framework Table..::.RowControlCollection, classe Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code. Représente la collection d'objets TableRow dans un contrôle Table.

Hiérarchie d'héritage
Espace de noms :
System.Web.UI.WebControls
Assembly :
System.Web (dans System.Web.dll)

Syntaxe
Protected Class RowControlCollection _
Inherits ControlCollection
protected class RowControlCollection : ControlCollection
protected ref class RowControlCollection : public ControlCollection
type RowControlCollection =
class
inherit ControlCollection
end
Le type Table..::.RowControlCollection expose les membres suivants.

Propriétés

Méthodes

Notes
Une collection Table..::.RowControlCollection est retournée par la propriété Controls du contrôle Table. Seuls les objets TableRow peuvent être ajoutés à Table..::.RowControlCollection.

Informations de version
.NET FrameworkPris en charge dans : 4, 3.5, 3.0, 2.0, 1.1, 1.0

Plateformes
Windows 7, Windows Vista SP1 ou ultérieur, Windows XP SP3, Windows XP SP2 Édition x64, Windows Server 2008 (installation minimale non prise en charge), Windows Server 2008 R2 (installation minimale prise en charge avec SP1 ou version ultérieure), Windows Server 2003 SP2
Le .NET Framework ne prend pas en charge toutes les versions de chaque plateforme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise du .NET Framework.

Sécurité des threads
Tous les membres static ( Shared en Visual Basic) publics de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.

Voir aussi
|