var foundation: AttributeScopes.FoundationAttributes.Type
struct AttributeScopes.FoundationAttributes
Availability 有効性
Technology
@frozen enum AttributeScopes
Attribute scopes define groups of attributes appropriate for use with attributed strings in a certain domain. Attribute definitions contain a name, value type, and encode/decode methods to support serialization. 属性スコープは、ある特定の領域において属性付き文字列で使うのに適した属性のグループを定義します。属性定義は、名前、値型、そしてシリアル化をサポートするエンコード/デコードメソッドを含みます。
For example, the Attribute
scope provides an attribute type for a link to a URL, Attribute
, along with a property to access this type, link
. Because Attribute
implements Attribute
, you can access the link attribute by name, as this example shows:
例えば、Attribute
スコープは、ある属性型をURLへのリンク、Attribute
に対して提供します、この型にアクセスするプロパティ、link
と一緒に。Attribute
がAttribute
を実装することから、あなたはリンク属性に名前によってアクセスできます、この例が示すように:
var foundation: AttributeScopes.FoundationAttributes.Type
struct AttributeScopes.FoundationAttributes
var swiftUI : AttributeScopes.SwiftUIAttributes.Type
struct AttributeScopes.SwiftUIAttributes
var uiKit : AttributeScopes.UIKitAttributes.Type
struct AttributeScopes.UIKitAttributes
var appKit : AttributeScopes.AppKitAttributes.Type
struct AttributeScopes.AppKitAttributes
enum AttributeDynamicLookup
struct ScopedAttributeContainer