IPropertyMapper.MapChar(String, Int32) Method

Definition

Map a string name to an integer ID for a primitive char property.

[Android.Runtime.Register("mapChar", "(Ljava/lang/String;I)I", "GetMapChar_Ljava_lang_String_IHandler:Android.Views.Inspectors.IPropertyMapperInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=29)]
public int MapChar (string name, int attributeId);
[<Android.Runtime.Register("mapChar", "(Ljava/lang/String;I)I", "GetMapChar_Ljava_lang_String_IHandler:Android.Views.Inspectors.IPropertyMapperInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=29)>]
abstract member MapChar : string * int -> int

Parameters

name
String

The name of the property

attributeId
Int32

The attribute resource ID of this property, or Resources#ID_NULL

Returns

An integer ID for the property

Attributes

Remarks

Map a string name to an integer ID for a primitive char property.

Java documentation for android.view.inspector.PropertyMapper.mapChar(java.lang.String, int).

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