ISelectionInfo.GetSelectedRanges Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the collection of ranges of items in the data source that are selected in the list control.
public:
IVectorView<ItemIndexRange ^> ^ GetSelectedRanges();
IVectorView<ItemIndexRange> GetSelectedRanges();
public IReadOnlyList<ItemIndexRange> GetSelectedRanges();
function getSelectedRanges()
Public Function GetSelectedRanges () As IReadOnlyList(Of ItemIndexRange)
Returns
A collection of ranges of items in the data source that are selected in the list control..