Version

SelectMarkerItems Method

Selects a given number of marker buckets, and adds them to a given list of items.
Syntax
'Declaration
 
Protected Overridable Sub SelectMarkerItems( _
   ByVal numToSelect As Integer, _
   ByVal buckets As Dictionary(Of Integer,MarkerManagerBucket), _
   ByVal keys As List(Of Integer), _
   ByVal markerItems As List(Of Integer) _
) 
protected virtual void SelectMarkerItems( 
   int numToSelect,
   Dictionary<int,MarkerManagerBucket> buckets,
   List<int> keys,
   List<int> markerItems
)

Parameters

numToSelect
The count of buckets to select.
buckets
All buckets in context.
keys
All available keys.
markerItems
The list of items to add selected markers to.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also