The person on which the action will be taken.
Instance Method
インスタンスメソッド
perform
performAction(for:identifier:)
Sent to the delegate to perform the action.
Availability
- macOS 10.3+
Technology
- Address Book
Declaration 宣言
Parameters パラメータ
person
identifier
The unique identifier of the selected value.
Discussion 解説
If the property returned by action
is a multivalue property, identifier
contains the unique identifier of the value selected. The person being displayed in the Address Book application’s card view when the rollover menu is accesses is passed as person
.