ABMultiValue<T>.GetFirstIndexOfValue(NSObject) 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.
Obtient le premier index de value
dans la collection.
public nint GetFirstIndexOfValue (Foundation.NSObject value);
member this.GetFirstIndexOfValue : Foundation.NSObject -> nint
Paramètres
Retours
System.System.IntPtr
System.nativeint
T:System.Int32 contenant le premier index de au sein de value
la collection.
Si value
n’est pas présent, -1
est retourné.