SelectionModel.DeselectRange(IndexPath, IndexPath) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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)
Parametri
- start
- IndexPath
- end
- IndexPath
- Attributi