name
The File Provider service’s name.
ファイルプロバイダサービスの名前。
Availability 有効性
Technology
- (void)getFileProviderConnectionWithCompletionHandler:(void (^)(NSXPCConnection
*connection, NSError
*error))completionHandler;
completionHandler
A block that is called on an anonymous background queue. The system passes this block the following parameters: 匿名バックグラウンドキュー上で呼び出されるブロック。システムは、このブロックに以下のパラメータに渡します:
connection
An NSXPCConnection
object for the service, or nil
if an error occurs.
サービスに対するNSXPCConnection
オブジェクト、またはエラーが発生するならばnil
。
error
If an error occurs, this property contains an object that describes the error; otherwise, it is set to nil
.
エラーが発生するならば、このプロパティはエラーを記述するオブジェクトを含みます;そうでなければ、それはnil
に設定されます。
name