Share via


PHFetchResult.IndexOf Metodo

Definizione

Overload

IndexOf(NSObject)

Indice dell'oggetto id in PHFetchResult.

IndexOf(NSObject, NSRange)

Restituisce l'indice più basso dell'oggetto id all'interno dell'oggetto specificato range.

IndexOf(NSObject)

Indice dell'oggetto id in PHFetchResult.

[Foundation.Export("indexOfObject:")]
public virtual nint IndexOf (Foundation.NSObject id);
abstract member IndexOf : Foundation.NSObject -> nint
override this.IndexOf : Foundation.NSObject -> nint

Parametri

Restituisce

System.System.IntPtr System.nativeint
Attributi

Si applica a

IndexOf(NSObject, NSRange)

Restituisce l'indice più basso dell'oggetto id all'interno dell'oggetto specificato range.

[Foundation.Export("indexOfObject:inRange:")]
public virtual nint IndexOf (Foundation.NSObject id, Foundation.NSRange range);
abstract member IndexOf : Foundation.NSObject * Foundation.NSRange -> nint
override this.IndexOf : Foundation.NSObject * Foundation.NSRange -> nint

Parametri

range
NSRange

Restituisce

System.System.IntPtr System.nativeint
Attributi

Si applica a