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

localizedRecoveryOptions

An array containing the localized titles of buttons appropriate for displaying in an alert panel. 警告パネルで表示するのに適切なローカライズされたボタンのタイトルを含んでいる配列。

Declaration 宣言

var localizedRecoveryOptions: [String]? { get }

Discussion 議論

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

The first string is the title of the right-most and default button, the second the one to the left of that, and so on. 最初の文字列は、最も右のそして省略時ボタンのタイトルです、2番目はそれの左のもの、などなど。 The recovery options should be appropriate for the localizedRecoverySuggestion property. If the user info dictionary doesn’t contain a value for NSLocalizedRecoveryOptionsErrorKey, only an OK button is displayed. ユーザ情報辞書がNSLocalizedRecoveryOptionsErrorKeyに対する値を含まないならば、OKボタンだけが表示されます。

See Also 参照

Getting a Localized Error Description ローカライズされたエラー記述を得る