Click or drag to resize

ControllerMapGetElementMapsWithAction Method

Overload List
 NameDescription
Public methodGetElementMapsWithAction(Int32) Gets all ActionElementMaps in this controller map that contain a specific Action. Warning: Calling this allocates memory. Use GetElementMapsWithAction(Int32, ListActionElementMap) instead.
Public methodGetElementMapsWithAction(String) Gets all ActionElementMaps in this controller map that contain a specific Action. Warning: Calling this allocates memory. Use GetElementMapsWithAction(String, ListActionElementMap) instead.
Public methodGetElementMapsWithAction(Int32, Boolean) Gets all ActionElementMaps in this controller map that contain a specific Action. Warning: Calling this allocates memory. Use GetElementMapsWithAction(Int32, Boolean, ListActionElementMap) instead.
Public methodGetElementMapsWithAction(Int32, ListActionElementMap) Gets all ActionElementMaps in this controller map that contain a specific Action.
Public methodGetElementMapsWithAction(String, Boolean) Gets all ActionElementMaps in this controller map that contain a specific Action. Warning: Calling this allocates memory. Use GetElementMapsWithAction(String, Boolean, ListActionElementMap) instead.
Public methodGetElementMapsWithAction(String, ListActionElementMap) Gets all ActionElementMaps in this controller map that contain a specific Action.
Public methodGetElementMapsWithAction(Int32, Boolean, ListActionElementMap) Gets all ActionElementMaps in this controller map that contain a specific Action.
Public methodGetElementMapsWithAction(String, Boolean, ListActionElementMap) Gets all ActionElementMaps in this controller map that contain a specific Action.
Top
See Also