InfoConnect for Airlines
MappingCollection Property (IKeyboardMapper)


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