Instance Method インスタンスメソッド

aeteResource(_:)

Returns an NSData object that contains data in 'aete' resource format describing the scriptability information currently known to the application. あるNSDataオブジェクトを返します、それは'aete'リソース形式のデータを含んでいて、現時点でアプリケーションに知られるスクリプト対応機能情報を記述しています。

Declaration 宣言

func aeteResource(_ languageName: String) -> Data?

Discussion 議論

This method is typically invoked to implement the get aete Apple event for an application that provides scriptability information in the script suite format. The languageName argument is the name of a language for which a localized resource directory (such as English.lproj) exists. This language indication specifies the set of .scriptTerminology files to be used to generate the data. NSScriptSuiteRegistry does not create an 'aete' resource unless this method is called. このメソッドは、概してスクリプト対応機能情報をスクリプトスイート形式で提供するアプリケーションに対するget aeteアップルイベントを実装するために発動されます。languageName引数は、それに対するローカライズされたリソースディレクトリ(例えばEnglish.lproj)が存在する言語の名前です。この言語指示は、一揃いの.scriptTerminologyファイルを指定して、データを生成するのに使われるようにします。NSScriptSuiteRegistryは、'aete'リソースをこのメソッドが呼ばれない限り作成しません。

See Also 参照

Getting Other Suite Information 他のスイート情報を取得する