init(String)
Instantiates a new service name from the provided string.
新しいサービス名をその提供された文字列からインスタンス化します。
init(rawValue : String)
Instantiates a new service name from the provided string.
新しいサービス名をその提供された文字列からインスタンス化します。
Availability 有効性
Technology
struct NSFileProviderServiceName, @unchecked Sendable
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
).
逆ドメイン名表記をインターフェイス名に使ってください(例えば、com
)。
(Optional) Incorporate versioning by appending a version number to the end of the name (com
).
(任意)バージョン番号を名前の終わりに加えることによるバージョン指定を取り入れてください(com
)。
For more information on defining a service’s protocol, see Defining the Service’s Protocol. サービスのもつプロトコルの定義に関するさらなる情報として、サービスのもつプロトコルを定義するを見てください。
init(String)
init(rawValue : String)
func getFileProviderServicesForItem (at: URL, completionHandler : ([NSFileProviderServiceName : NSFileProviderService]?, Error?) -> Void)
class NSFileProviderService