InputManager.GetAllPeripheralCustomizations(Int32, Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
[Android.Runtime.Register("getAllPeripheralCustomizations", "(II)Ljava/util/Map;", "", ApiSince=37)]
[Android.Runtime.RequiresPermission("android.permission.MANAGE_PERIPHERAL_CUSTOMIZATION")]
public System.Collections.Generic.IDictionary<Android.Hardware.Input.CustomizationTrigger,Android.Hardware.Input.CustomizationAction> GetAllPeripheralCustomizations(int vendorId, int productId);
[<Android.Runtime.Register("getAllPeripheralCustomizations", "(II)Ljava/util/Map;", "", ApiSince=37)>]
[<Android.Runtime.RequiresPermission("android.permission.MANAGE_PERIPHERAL_CUSTOMIZATION")>]
member this.GetAllPeripheralCustomizations : int * int -> System.Collections.Generic.IDictionary<Android.Hardware.Input.CustomizationTrigger, Android.Hardware.Input.CustomizationAction>
パラメーター
- vendorId
- Int32
- productId
- Int32
返品
- 属性