subscript<K>(K.Type) -> K.Value?
Returns an attribute value that corresponds to an attributed string key.
ある属性値を返します、それはある属性付き文字列キーに対応するものです。
enum AttributeDynamicLookup
A type to support dynamic member lookup of attributes and containers.
属性とコンテナの動的メンバ検索をサポートするための型。
subscript<S>(dynamicMember : KeyPath<AttributeScopes, S.Type>) -> ScopedAttributeContainer<S>
Returns a scoped attribute container that a key path indicates.
あるスコープ付き属性コンテナを返します、それはあるキーパスが指し示すものです。
struct ScopedAttributeContainer
An attribute container that allows dynamic member lookup of its contents within the specified attribute scope.
ある属性コンテナを返します、それはそれの内容の動的メンバ検索をこの指定された属性スコープ内で可能にするものです。