SlidingDrawer.GetHandle 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.
Caution
deprecated
Returns the handle of the drawer.
[Android.Runtime.Register("getHandle", "()Landroid/view/View;", "GetGetHandleHandler")]
[System.Obsolete("deprecated")]
public virtual Android.Views.View? GetHandle ();
[<Android.Runtime.Register("getHandle", "()Landroid/view/View;", "GetGetHandleHandler")>]
[<System.Obsolete("deprecated")>]
abstract member GetHandle : unit -> Android.Views.View
override this.GetHandle : unit -> Android.Views.View
Returns
The View reprenseting the handle of the drawer, identified by the "handle" id in XML.
- Attributes
Remarks
Returns the handle of the drawer.
Java documentation for android.widget.SlidingDrawer.getHandle()
.
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.