View.AddTouchables(IList<View>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Add any touchable views that are descendants of this view (possibly including this view if it is touchable itself) to views.
[Android.Runtime.Register("addTouchables", "(Ljava/util/ArrayList;)V", "GetAddTouchables_Ljava_util_ArrayList_Handler")]
public virtual void AddTouchables (System.Collections.Generic.IList<Android.Views.View>? views);
[<Android.Runtime.Register("addTouchables", "(Ljava/util/ArrayList;)V", "GetAddTouchables_Ljava_util_ArrayList_Handler")>]
abstract member AddTouchables : System.Collections.Generic.IList<Android.Views.View> -> unit
override this.AddTouchables : System.Collections.Generic.IList<Android.Views.View> -> unit
Parameters
- Attributes
Remarks
Add any touchable views that are descendants of this view (possibly including this view if it is touchable itself) to views.
Java documentation for android.view.View.addTouchables(java.util.ArrayList<android.view.View>)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.