Instance Property インスタンスプロパティ

delegate

The query’s delegate. 照会のもつ委任先。

Declaration 宣言

unowned(unsafe) var delegate: NSMetadataQueryDelegate? { get set }

Discussion 議論

This property contains an object that acts as the query’s delegate, or nil. The delegate must implement the NSMetadataQueryDelegate. Pass nil to remove the current delegate. このプロパティは、照会のもつ委任先としての役割をするオブジェクト、またはnilを含みます。委任先は、NSMetadataQueryDelegateを実装しなければなりません。nilを渡して現在の委任先を取り除いてください。

See Also 参照

Configuring Queries 照会を構成設定する