NSMetadataQueryValue Delegate

Definition

A delegate that defines the value for ReplacementValueForAttributevalue.

public delegate Foundation.NSObject NSMetadataQueryValue(NSMetadataQuery query, string attributeName, NSObject value);
type NSMetadataQueryValue = delegate of NSMetadataQuery * string * NSObject -> NSObject

Parameters

attributeName
String
value
NSObject

Return Value

Applies to