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

persistentDomainNames()

Returns an array of the current persistent domain names. 現在の永続ドメイン名からなるある配列を返します。

Declaration 宣言

func persistentDomainNames() -> [Any]

Return Value 戻り値

An array of NSString objects containing the domain names. ドメイン名を含んでいるNSStringオブジェクトそれらからなるある配列。

Discussion 議論

You can get the keys and values for each domain by passing the returned domain names to the persistentDomain(forName:) method.

See Also 参照

Maintaining Persistent Domains 永続ドメインを保守する