NSUserActivity.ContentAttributeSet Property

Definition

Gets or sets the list of searchable properties for this activity.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public virtual CoreSpotlight.CSSearchableItemAttributeSet ContentAttributeSet { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)] [Foundation.Export("contentAttributeSet", ObjCRuntime.ArgumentSemantic.Copy)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)] [Foundation.Export("setContentAttributeSet:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.ContentAttributeSet : CoreSpotlight.CSSearchableItemAttributeSet with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to