A binding to whether the interface should be shown.
インターフェイスが示されるべきかどうかへのあるバインディング。
allowedContentTypes
The list of supported content types which can be imported.
allowsMultipleSelection
Whether the importer allows the user to select more than one file to import.
onCompletion
A callback that will be invoked when the operation has succeeded or failed.
あるコールバック、それは操作が成功したまたは失敗した時に発動されます。
result
結果
A Result indicating whether the operation succeeded or failed.
あるResult、操作が成功したか失敗したかを指し示しています。
Discussion
議論
In order for the interface to appear, isPresented must be true. When the operation is finished, isPresented will be set to false before onCompletion is called. If the user cancels the operation, isPresented will be set to false and onCompletion will not be called.
インターフェイスが現れるようにするために、isPresentedはtrueでなければなりません。操作が終了した場合、isPresentedはfalseに設定されるでしょう、onCompletionが呼び出される前に。ユーザが操作を取り消すならば、isPresentedはfalseに設定されます、そしてonCompletionは呼び出されません。
Presents a system interface for allowing the user to export an in-memory document to a file on disk.
あるインメモリ書類をディスク上のファイルにエクスポートすることをユーザに許可するためのシステムインターフェイスを提示します。
Presents a system interface for allowing the user to export an in-memory document to a file on disk.
あるインメモリ書類をディスク上のファイルにエクスポートすることをユーザに許可するためのシステムインターフェイスを提示します。
Presents a system interface for allowing the user to export a collection of in-memory documents to files on disk.
インメモリ書類それらからなるあるコレクションをディスク上のファイルにエクスポートすることをユーザに許可するためのシステムインターフェイスを提示します。
Presents a system interface for allowing the user to export a collection of in-memory documents to files on disk.
インメモリ書類それらからなるあるコレクションをディスク上のファイルにエクスポートすることをユーザに許可するためのシステムインターフェイスを提示します。
Presents a system interface for allowing the user to move a collection of existing files to a new location.
既存のファイルそれらからなるあるコレクションを新しい場所に移動することをユーザに許可するためのシステムインターフェイスを提示します。