SelectionModel.SelectRange(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 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)
Parametri
- start
- IndexPath
- end
- IndexPath
- Attributi