PipelineBuffer.CurrentRow Propriété
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 l'index de la ligne actuelle dans l'objet PipelineBuffer.
public:
property int CurrentRow { int get(); void set(int value); };
public int CurrentRow { get; set; }
member this.CurrentRow : int with get, set
Public Property CurrentRow As Integer
Valeur de propriété
Index de la ligne actuelle dans l'objet PipelineBuffer.
Remarques
Le PipelineBuffer produit un RowIndexOutOfRangeException si CurrentRow est accessible avant d’avancer du PipelineBuffer à la première ligne à l’aide de la NextRow méthode.