IPropertyMapper.MapLong(String, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Mappez un nom de chaîne à un ID entier pour une propriété primitive longue.
[Android.Runtime.Register("mapLong", "(Ljava/lang/String;I)I", "GetMapLong_Ljava_lang_String_IHandler:Android.Views.Inspectors.IPropertyMapperInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=29)]
public int MapLong (string name, int attributeId);
[<Android.Runtime.Register("mapLong", "(Ljava/lang/String;I)I", "GetMapLong_Ljava_lang_String_IHandler:Android.Views.Inspectors.IPropertyMapperInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=29)>]
abstract member MapLong : string * int -> int
Paramètres
- name
- String
Nom de la propriété
- attributeId
- Int32
ID de ressource d’attribut de cette propriété, ou Resources#ID_NULL
Retours
ID entier de la propriété
- Attributs
Remarques
Mappez un nom de chaîne à un ID entier pour une propriété primitive longue.
Documentation Java pour android.view.inspector.PropertyMapper.mapLong(java.lang.String, int)
.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.