Share via


NSMetadataQuery.ValueOfAttribute(String, IntPtr) Method

Definition

The value of the specified attributeName in the result at the specified index in the Results array.

[Foundation.Export("valueOfAttribute:forResultAtIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSObject ValueOfAttribute(string attribyteName, IntPtr atIndex);
[<Foundation.Export("valueOfAttribute:forResultAtIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ValueOfAttribute : string * nativeint -> Foundation.NSObject
override this.ValueOfAttribute : string * nativeint -> Foundation.NSObject

Parameters

attribyteName
String
atIndex
IntPtr

nativeint

Returns

Attributes

Applies to