CSCustomAttributeKey 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 key that app developers can associate with metadata for an indexable item that can appear in user search results.
[Foundation.Register("CSCustomAttributeKey", true)]
public class CSCustomAttributeKey : Foundation.NSObject, Foundation.INSCopying, Foundation.INSSecureCoding, IDisposable
[<Foundation.Register("CSCustomAttributeKey", true)>]
type CSCustomAttributeKey = class
inherit NSObject
interface INSCoding
interface INativeObject
interface IDisposable
interface INSCopying
interface INSSecureCoding
- Inheritance
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| CSCustomAttributeKey(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| CSCustomAttributeKey(NSCoder) |
A constructor that initializes the object from the data stored in the unarchiver object. |
| CSCustomAttributeKey(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
| CSCustomAttributeKey(String, Boolean, Boolean, Boolean, Boolean) |
Creates a new CSCustomAttributeKey with the specified values. |
| CSCustomAttributeKey(String) |
Creates a new CSCustomAttributeKey with the specified name. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| ExposedBindings | (Inherited from NSObject) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| KeyName |
Gets the attribute key name. |
| MultiValued |
Gets a value that tells whether the attribute will likely be associated with arrays, hashes, or other compound values. The default is |
| RetainCount | (Inherited from NSObject) |
| Searchable |
Gets a value that tells whether the attribute can be used as a search word. The default is |
| SearchableByDefault |
Gets a value that tells whether the attribute is searchable by default. The default is |
| 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) |
| Unique |
Gets a value that tells whether the attribute should be treated as unique in order to save storage space. The default is |
| Zone | (Inherited from NSObject) |