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