CheckBoxList.IRepeatInfoUser.RepeatedItemCount Proprietà

Definizione

Ottiene il numero di elementi nel controllo elenco.

property int System::Web::UI::WebControls::IRepeatInfoUser::RepeatedItemCount { int get(); };
int System.Web.UI.WebControls.IRepeatInfoUser.RepeatedItemCount { get; }
member this.System.Web.UI.WebControls.IRepeatInfoUser.RepeatedItemCount : int
 ReadOnly Property RepeatedItemCount As Integer Implements IRepeatInfoUser.RepeatedItemCount

Valore della proprietà

Numero di elementi nell'elenco.

Implementazioni

Commenti

In genere, è consigliabile usare la CheckBoxList.RepeatedItemCount proprietà per determinare il numero di elementi in un CheckBoxList oggetto.

Il membro è un'implementazione esplicita del membro dell'interfaccia CheckBoxList.IRepeatInfoUser.RepeatedItemCount . Può essere utilizzato solo quando si esegue il cast dell'istanza CheckBoxList a un'interfaccia IRepeatInfoUser.

Note per gli eredi

Per definire un'implementazione personalizzata per il membro in un CheckBoxList oggetto, eseguire l'override IRepeatInfoUser.RepeatedItemCount del RepeatedItemCount membro. L'implementazione esplicita dell'interfaccia usa la RepeatedItemCount proprietà .

Si applica a

Vedi anche