'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;}