InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / IKeyboardMapper Interface / MappingCollection Property


In This Topic
    MappingCollection Property (IKeyboardMapper)
    In This Topic
    Returns a set of all the keys that have been remapped in the current keyboard map.
    Syntax
    'Declaration
     
    
    <SuppressMessageAttribute("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays")>
    ReadOnly Property MappingCollection As KeyboardMapping()
    'Usage
     
    
    Dim instance As IKeyboardMapper
    Dim value() As KeyboardMapping
     
    value = instance.MappingCollection
    [SuppressMessage("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays")]
    KeyboardMapping[] MappingCollection {get;}
    See Also