InfoConnect API Guide
Attachmate.Reflection.Emulation.Common 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
     
    
    <SuppressMessageAttribute("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays")>
    ReadOnly Property MappingCollection As Hotspot()
    'Usage
     
    
    Dim instance As IHotSpots
    Dim value() As Hotspot
     
    value = instance.MappingCollection
    [SuppressMessage("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays")]
    Hotspot[] MappingCollection {get;}
    See Also