Instance Property
インスタンスプロパティ
custom
customMirror
A mirror that reflects the query item.
クエリ項目を反映するあるミラー。
Availability 有効性
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 8.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
var customMirror: Mirror
{ get }
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Describing a Query Item クエリ項目を記述する
var description: String
A textual description of the query item.
クエリ項目のテキスト記述。
var debugDescription : String
A textual description of the query item suitable for debugging.
デバッグに適する、クエリ項目のテキスト記述。
var hashValue : Int
The computed hash value for the query item.
クエリ項目に対する計算ハッシュ値。