AutoText.GetSize(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.
Returns the size of the auto text dictionary.
[Android.Runtime.Register("getSize", "(Landroid/view/View;)I", "")]
public static int GetSize (Android.Views.View? view);
[<Android.Runtime.Register("getSize", "(Landroid/view/View;)I", "")>]
static member GetSize : Android.Views.View -> int
Parameters
- view
- View
used to retrieve the current Locale and Resources.
Returns
the number of entries in the auto text dictionary
- Attributes
Remarks
Returns the size of the auto text dictionary. The return value can be zero if there is no auto correction data available for the current locale.
Java documentation for android.text.AutoText.getSize(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.