Structure

NSFileProviderServiceName

The name used to identify a File Provider service. ファイルプロバイダサービスを識別するために使われる名前。

Declaration 宣言

struct NSFileProviderServiceName, @unchecked Sendable

Overview 概要

The team providing the protocol also defines the name. To create a new service’s name: プロトコルを提供しているチームは、名前も定義します。新しいサービスの名前を作成するには:

  • Use reverse domain name notation for the interfaces name (for example, com.example.MyInterface). 逆ドメイン名表記をインターフェイス名に使ってください(例えば、com.example.MyInterface)。

  • (Optional) Incorporate versioning by appending a version number to the end of the name (com.example.MyInterface.v2). (任意)バージョン番号を名前の終わりに加えることによるバージョン指定を取り入れてください(com.example.MyInterface.v2)。

For more information on defining a service’s protocol, see Defining the Service’s Protocol. サービスのもつプロトコルの定義に関するさらなる情報として、サービスのもつプロトコルを定義するを見てください。

Topics 話題

Initializers イニシャライザ

Relationships 関係

Conforms To 次に準拠

See Also 参照

Accessing File Provider Services ファイルプロバイダサービスにアクセスする