SelectionModel.SelectRange(IndexPath, IndexPath) Méthode
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.
public:
virtual void SelectRange(IndexPath ^ start, IndexPath ^ end) = SelectRange;
/// [Windows.Foundation.Metadata.Experimental]
void SelectRange(IndexPath const& start, IndexPath const& end);
[Windows.Foundation.Metadata.Experimental]
public void SelectRange(IndexPath start, IndexPath end);
Public Sub SelectRange (start As IndexPath, end As IndexPath)
Paramètres
- start
- IndexPath
- end
- IndexPath
- Attributs