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

directParameter

Sets the object that corresponds to the direct parameter of the Apple event from which the receiver derives. アップルイベントの直接パラメータに相当するオブジェクト、それからレシーバが由来しているもの、を設定します。

Declaration 宣言

var directParameter: Any? { get set }

Parameters パラメータ

directParameter

An object to be set as the direct parameter. 直接パラメータとして設定されるオブジェクト。

Discussion 議論

You don’t normally override this method. あなたは通常このメソッドをオーバーライドしません。