Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IHotSpots Interface / MappingCollection Property


In This Topic
MappingCollection Property (IHotSpots)
In This Topic
Gets a set of all the hotspots that have been mapped in the current hotspot map.
Syntax
'Declaration
 
ReadOnly Property MappingCollection As Hotspot()
 
'Usage
 
Dim instance As IHotSpots
Dim value() As Hotspot
 
value = instance.MappingCollection
See Also