Instance Property インスタンスプロパティ

volatileDomainNames

The current volatile domain names. 現在の揮発性ドメイン名。

Declaration 宣言

var volatileDomainNames: [String] { get }

Discussion 議論

The domain names are represented as strings. You can get the contents of each domain by passing the returned domain names to the volatileDomain(forName:) method. ドメイン名は、文字列として表されます。あなたは各ドメインの内容を取得することが、返されるドメイン名をvolatileDomain(forName:)メソッドに渡すことによって可能です。

See Also 参照

Maintaining Volatile Domains 揮発性ドメインを保守する