Condividi tramite


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, è necessario utilizzare la CheckBoxList.RepeatedItemCount proprietà per determinare il numero di elementi in un CheckBoxList oggetto .

Il CheckBoxList.IRepeatInfoUser.RepeatedItemCount membro è un'implementazione esplicita del membro dell'interfaccia. Può essere usato solo quando viene eseguito il cast dell'istanza a un'interfaccia CheckBoxListIRepeatInfoUser .

Note per gli eredi

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

Si applica a

Vedi anche