MetaKeyKeyListener.IsMetaTracker 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.
Overloads
IsMetaTracker(ICharSequence, Object) |
Returns true if this object is one that this class would use to keep track of any meta state in the specified text. |
IsMetaTracker(String, Object) |
Returns true if this object is one that this class would use to keep track of any meta state in the specified text. |
IsMetaTracker(ICharSequence, Object)
Returns true if this object is one that this class would use to keep track of any meta state in the specified text.
[Android.Runtime.Register("isMetaTracker", "(Ljava/lang/CharSequence;Ljava/lang/Object;)Z", "")]
public static bool IsMetaTracker (Java.Lang.ICharSequence? text, Java.Lang.Object? what);
[<Android.Runtime.Register("isMetaTracker", "(Ljava/lang/CharSequence;Ljava/lang/Object;)Z", "")>]
static member IsMetaTracker : Java.Lang.ICharSequence * Java.Lang.Object -> bool
Parameters
- text
- ICharSequence
- what
- Object
Returns
- Attributes
Remarks
Returns true if this object is one that this class would use to keep track of any meta state in the specified text.
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.
Applies to
IsMetaTracker(String, Object)
Returns true if this object is one that this class would use to keep track of any meta state in the specified text.
public static bool IsMetaTracker (string? text, Java.Lang.Object? what);
static member IsMetaTracker : string * Java.Lang.Object -> bool
Parameters
- text
- String
- what
- Object
Returns
Remarks
Returns true if this object is one that this class would use to keep track of any meta state in the specified text.
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.