Share via


NSMetadataItem.ValuesForAttributes(NSArray) Method

Definition

[Foundation.Export("valuesForAttributes:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSDictionary ValuesForAttributes(Foundation.NSArray keys);
[<Foundation.Export("valuesForAttributes:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ValuesForAttributes : Foundation.NSArray -> Foundation.NSDictionary
override this.ValuesForAttributes : Foundation.NSArray -> Foundation.NSDictionary

Parameters

keys
NSArray

Returns

Attributes

Applies to