init<S>(AttributeContainer, including: S.Type)
Creates a dictionary that contains the keys and values from an attribute container, using a specified attribute scope.
ある辞書を作成します、それはキーと値をある属性コンテナから含むものです、ある指定された属性スコープを使っています。
Available when
Key
is NSAttributedString
.
Key
and Value
is Any
.
Key
がNSAttributedString
.
Key
であるそしてValue
がAny
である時に利用可能です。
init<S>(AttributeContainer, including: KeyPath<AttributeScopes, S.Type>)
Creates a dictionary that contains the keys and values from an attribute container, using an attribute scope that a key path identifies.
ある辞書を作成します、それはキーと値をある属性コンテナから含むものです、ある属性スコープを使っていてそれはあるキーパスを識別します。
Available when
Key
is NSAttributedString
.
Key
and Value
is Any
.
Key
がNSAttributedString
.
Key
であるそしてValue
がAny
である時に利用可能です。