InfoConnect for Unisys
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(Category="Microsoft.Performance", 
       CheckId="CA1819:PropertiesShouldNotReturnArrays", 
       Scope="", 
       Target="", 
       MessageId="", 
       Justification="")>
    ReadOnly Property MappingCollection As Hotspot()
    'Usage
     
    
    Dim instance As IHotSpots
    Dim value() As Hotspot
     
    value = instance.MappingCollection
    [SuppressMessage(Category="Microsoft.Performance", 
       CheckId="CA1819:PropertiesShouldNotReturnArrays", 
       Scope="", 
       Target="", 
       MessageId="", 
       Justification="")]
    Hotspot[] MappingCollection {get;}
    See Also