Generic Initializer
init(_:including:)
Creates a value-type attributed string from a reference type, including an attribute scope that a key path identifies.
値型の属性付き文字列を参照型から作成します、あるキーパスが識別する属性スコープを含みます。
Parameters
パラメータ
nsStr
scope
A key path that identifies the attribute scope of the attributes in nsStr
. This can be a nested scope that contains several scopes.
あるキーパス、それはnsStr
での属性それらからなる属性スコープを識別します。これは、ある入れ子にされたスコープであることができます、それは幾つかのスコープを含むものです。
Discussion
議論
This initializer only collects attributes from nsStr
that exist in the provided scope. The resulting attributed string omits any keys in nsStr
that don’t exist in scope
.
このイニシャライザは、属性それらをその提供されたスコープの中に存在するnsStr
から収集するだけです。結果の属性付き文字列は、nsStr
の中のどんなキーでも、scope
の中に存在しないものを省きます。
See Also
参照
Creating an Attributed String from a Reference Type
属性付き文字列を参照型から作成する