Condividi tramite


ListItemsCollectionEditor.CanSelectMultipleInstances Metodo

Definizione

Ottiene un valore che indica se è possibile selezionare contemporaneamente elementi multipli ListItem.

protected:
 override bool CanSelectMultipleInstances();
protected override bool CanSelectMultipleInstances ();
override this.CanSelectMultipleInstances : unit -> bool
Protected Overrides Function CanSelectMultipleInstances () As Boolean

Restituisce

Sempre false.

Commenti

Il CanSelectMultipleInstances metodo restituisce falsesempre ; pertanto, è possibile selezionare un ListItem solo oggetto alla volta nell'oggetto ListItemsCollectionEditor .

Si applica a

Vedi anche