MonobjcMonobjc Documented Class Library
NSMetadataQueryResultContentRelevanceAttribute Field
NamespacesMonobjc.FoundationNSMetadataQueryNSMetadataQueryResultContentRelevanceAttribute

Key used to retrieve an NSNumber object with a floating point value between 0.0 and 1.0 inclusive. The relevance value indicates the relevance of the content of a result object. The relevance is computed based on the value of the result itself, not on its relevance to the other results returned by the query. If the value is not computed, it is treated as an attribute on the item that does not exist.

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSMetadataQueryResultContentRelevanceAttribute
Public Shared ReadOnly NSMetadataQueryResultContentRelevanceAttribute As NSString
public:
static initonly NSString^ NSMetadataQueryResultContentRelevanceAttribute
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)