Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / HotSpots Class / MappingCollection Property


In This Topic
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
See Also