MappingCollection Property (HotSpots)
In This Topic
Gets a set of all the hotspots that have been mapped in the current hotspot map.
Syntax
'Declaration
Public ReadOnly Property MappingCollection As Hotspot()
'Usage
Dim instance As HotSpots
Dim value() As Hotspot
value = instance.MappingCollection
public Hotspot[] MappingCollection {get;}
See Also