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

helpAnchor

A string to display in response to an alert panel help anchor button being pressed. 押されている警告パネルヘルプアンカーボタンに応答して表示するための文字列。

Declaration 宣言

var helpAnchor: String? { get }

Discussion 議論

The object in the user info dictionary for the key NSHelpAnchorErrorKey. If the user info dictionary doesn’t contain a value for NSHelpAnchorErrorKey, this property is nil. ユーザ情報辞書の中の、キーNSHelpAnchorErrorKeyに対するオブジェクト。ユーザ情報辞書がNSHelpAnchorErrorKeyに対する値を含まないならば、このプロパティはnilです。

If this property is non-nil for an error being presented by init(error:), the alert panel will include a help anchor button that can display this string. このプロパティがinit(error:)によって提示されているエラーに対して非nilであるならば、警告パネルはこの文字列を表示するヘルプアンカーボタンを含むでしょう。