InfoConnect for Unisys
MappingCollection Property (IMouseMapper)


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