Suggérer une traduction
 
Suggestions d'autres utilisateurs :

progress indicator
Aucune autre suggestion.
Cliquez pour évaluer et commenter
MSDN
MSDN Library
Développement .NET
.NET Framework 4
Espaces de noms System.Web
System.Web.UI.WebControls
FormViewRow, classe
 FormViewRow, constructeur
Réduire tout/Développer tout Réduire tout
Affichage du contenu :  côte à côteAffichage du contenu : côte à côte
.NET Framework Class Library
FormViewRow Constructor

Initializes a new instance of the FormViewRow class.

Namespace:  System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)
Visual Basic
Public Sub New ( _
    itemIndex As Integer, _
    rowType As DataControlRowType, _
    rowState As DataControlRowState _
)
C#
public FormViewRow(
    int itemIndex,
    DataControlRowType rowType,
    DataControlRowState rowState
)
Visual C++
public:
FormViewRow(
    int itemIndex, 
    DataControlRowType rowType, 
    DataControlRowState rowState
)
F#
new : 
        itemIndex:int * 
        rowType:DataControlRowType * 
        rowState:DataControlRowState -> FormViewRow

Parameters

itemIndex
Type: System..::.Int32
The index of the data item in the data source.
rowType
Type: System.Web.UI.WebControls..::.DataControlRowType
One of the DataControlRowType enumeration values.
rowState
Type: System.Web.UI.WebControls..::.DataControlRowState
One of the DataControlRowState enumeration values.

Use this constructor to initialize a new instance of the FormViewRow class.

The following table shows initial property values for an instance of the FormViewRow class.

Property

Initial Value

ItemIndex

The value specified by the itemIndex parameter.

RowType

The value specified by the rowType parameter.

RowState

The value specified by the rowState parameter.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

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.
Bibliothèque de classes .NET Framework
FormViewRow, constructeur

Initialise une nouvelle instance de la classe FormViewRow.

Espace de noms :  System.Web.UI.WebControls
Assembly :  System.Web (dans System.Web.dll)
Visual Basic
Public Sub New ( _
    itemIndex As Integer, _
    rowType As DataControlRowType, _
    rowState As DataControlRowState _
)
C#
public FormViewRow(
    int itemIndex,
    DataControlRowType rowType,
    DataControlRowState rowState
)
VisualC++
public:
FormViewRow(
    int itemIndex, 
    DataControlRowType rowType, 
    DataControlRowState rowState
)
F#
new : 
        itemIndex:int * 
        rowType:DataControlRowType * 
        rowState:DataControlRowState -> FormViewRow

Paramètres

itemIndex
Type : System..::.Int32
Index de l'élément de données dans la source de données.
rowType
Type : System.Web.UI.WebControls..::.DataControlRowType
Une des valeurs d'énumération de DataControlRowType.
rowState
Type : System.Web.UI.WebControls..::.DataControlRowState
Une des valeurs d'énumération DataControlRowState.

Utilisez ce constructeur pour initialiser une nouvelle instance de la classe FormViewRow.

Le tableau suivant indique les valeurs de propriétés initiales d'une instance de la classe FormViewRow.

Propriété

Valeur initiale

ItemIndex

Valeur spécifiée par le paramètre itemIndex.

RowType

Valeur spécifiée par le paramètre rowType.

RowState

Valeur spécifiée par le paramètre rowState.

.NET Framework

Pris en charge dans : 4, 3.5, 3.0, 2.0

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.
Contenu de la communauté   Qu'est-ce que le Contenu de la communauté ?
Ajouter du contenu RSS  Annotations
Processing
© 2012 Microsoft. Tous droits réservés. Conditions d'utilisation | Marques | Confidentialité
Page view tracker