CSSearchableItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A uniquely identifiable, searchable object in a CSSearchableIndex.
[Foundation.Register("CSSearchableItem", true)]
public class CSSearchableItem : Foundation.NSObject, Foundation.INSCopying, Foundation.INSSecureCoding, IDisposable
[<Foundation.Register("CSSearchableItem", true)>]
type CSSearchableItem = class
inherit NSObject
interface INSCoding
interface INativeObject
interface IDisposable
interface INSCopying
interface INSSecureCoding
- Inheritance
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| CSSearchableItem() |
Creates a new CSSearchableItem with default values. |
| CSSearchableItem(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| CSSearchableItem(NSCoder) |
A constructor that initializes the object from the data stored in the unarchiver object. |
| CSSearchableItem(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
| CSSearchableItem(String, String, CSSearchableItemAttributeSet) |
Creates a new CSSearchableItem with the specified values. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| ActionType |
Gets the action type for the searchable item. |
| ActivityIdentifier |
Gets the key for the item's unique user info dictionary. |
| AttributeSet |
Gets or sets the dictionary of attributes for the searchable item. |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| ContinuationActionType |
Gets a value that tells whether the continuation action is a search or query. |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| DomainIdentifier |
Gets or sets the optional domain identifier or owner identifier. |
| ExpirationDate |
Gets or sets the searchable item's expiration date. |
| ExposedBindings | (Inherited from NSObject) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| IsUpdate | |
| QueryString |
Gets the user info key for the current query. |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| UniqueIdentifier |
Gets or sets the value that developers can use to uniquely identify the searchable item within their applications. |
| UpdateListenerOptions | |
| Zone | (Inherited from NSObject) |