構造体


AttributeScopes.FoundationAttributes


Foundation が定義する属性の範囲。


iOS 15.0+ iPadOS 15.0+ macOS 12.0+ Mac Catalyst 15.0+

tvOS 15.0+ watchOS 8.0+ visionOS 1.0+ Xcode 13.0+

struct FoundationAttributes






トピックス


日付属性の使用


let dateField: AttributeScopes.FoundationAttributes.DateFieldAttribute

日付フィールド属性にアクセスするためのプロパティ。


enum AttributeScopes.FoundationAttributes.DateFieldAttribute

日付フィールドを属性として使用するための型。



言語属性の使用


let languageIdentifier: AttributeScopes.FoundationAttributes.LanguageIdentifierAttribute

言語識別子属性にアクセスするためのプロパティ。


enum AttributeScopes.FoundationAttributes.LanguageIdentifierAttribute

言語識別子を属性として使用するための型。



URL 属性の使用


let imageURL: AttributeScopes.FoundationAttributes.ImageURLAttribute

イメージの URL 属性にアクセスするためのプロパティ。


enum AttributeScopes.FoundationAttributes.ImageURLAttribute

イメージ URL を属性として使用するための型。


let link: AttributeScopes.FoundationAttributes.LinkAttribute

link 属性にアクセスするためのプロパティ。


enum AttributeScopes.FoundationAttributes.LinkAttribute

link を属性として使用するための型。



提示意図属性の使用


let inlinePresentationIntent: AttributeScopes.FoundationAttributes.InlinePresentationIntentAttribute

インライン提示意図の属性にアクセスするためのプロパティ。


enum AttributeScopes.FoundationAttributes.InlinePresentationIntentAttribute

インラインの提示意図を属性として使用するための型。


struct InlinePresentationIntent

強調、取り消し線、コードボイスなどの特性について、一連の文字の表示意図を定義する型。


let presentationIntent: AttributeScopes.FoundationAttributes.PresentationIntentAttribute

提示意図属性にアクセスするためのプロパティ。


enum AttributeScopes.FoundationAttributes.PresentationIntentAttribute

提示意図を属性として使用するための型。


struct PresentationIntent

段落、リスト、ブロック引用符、表などの文字ブロックの提示意図を定義する型。



代替説明属性の使用


let alternateDescription: AttributeScopes.FoundationAttributes.AlternateDescriptionAttribute

代替提示属性にアクセスするためのプロパティ。


enum AttributeScopes.FoundationAttributes.AlternateDescriptionAttribute

代替説明を属性として使用するための型。



文字列書式属性の使用


let replacementIndex: AttributeScopes.FoundationAttributes.ReplacementIndexAttribute

置換インデックス属性にアクセスするためのプロパティ。


enum AttributeScopes.FoundationAttributes.ReplacementIndexAttribute

置換インデックスを属性として使用するための型。



文字列ローカライズ属性の使用


let localizedStringArgumentAttributes: AttributeScopes.FoundationAttributes.LocalizedStringArgumentAttributes

ローカライズされた文字列引数属性にアクセスするためのプロパティ。


struct AttributeScopes.FoundationAttributes.LocalizedStringArgumentAttributes

ローカライズされた文字列引数を属性として使用するための型。



自動文法一致属性の使用


let inflect: AttributeScopes.FoundationAttributes.InflectionRuleAttribute

語形変化ルール属性にアクセスするためのスコープ。


enum AttributeScopes.FoundationAttributes.InflectionRuleAttribute

語形変化ルールを属性として使用するための型。


let agreementArgument: AttributeScopes.FoundationAttributes.AgreementArgumentAttribute

一致引数属性にアクセスするためのスコープ。


enum AttributeScopes.FoundationAttributes.AgreementArgumentAttribute

ローカライズされた文字列内の引数との文法上の一致を表す属性。


let agreementConcept: AttributeScopes.FoundationAttributes.AgreementConceptAttribute

契約概念属性にアクセスするためのスコープ。


enum AttributeScopes.FoundationAttributes.AgreementConceptAttribute

語形変化したテキストの一部ではないオブジェクトの文法上の一致を表す属性。


let morphology: AttributeScopes.FoundationAttributes.MorphologyAttribute

形態属性にアクセスするためのスコープ。


enum AttributeScopes.FoundationAttributes.MorphologyAttribute

形態を属性として使用するための型。


let referentConcept: AttributeScopes.FoundationAttributes.ReferentConceptAttribute

参照先の概念属性にアクセスするためのスコープ。


enum AttributeScopes.FoundationAttributes.ReferentConceptAttribute

ローカライズされたテキスト内で代名詞を置換するための文法上の一致概念を指定する属性。


let inflectionAlternative: AttributeScopes.FoundationAttributes.InflectionAlternativeAttribute

語形変化の代替属性にアクセスするためのスコープ。


enum AttributeScopes.FoundationAttributes.InflectionAlternativeAttribute

システムが文法上の一致を達成できない場合に、代替の語形変化を提供する属性。



数値書式設定属性の使用


let numberFormat: AttributeScopes.FoundationAttributes.NumberFormatAttributes

数値書式属性にアクセスするためのプロパティ。


struct AttributeScopes.FoundationAttributes.NumberFormatAttributes

数値書式を属性として使用するための型。



人名コンポーネント属性の使用


let personNameComponent: AttributeScopes.FoundationAttributes.PersonNameComponentAttribute

人名コンポーネント属性にアクセスするためのプロパティ。


enum AttributeScopes.FoundationAttributes.PersonNameComponentAttribute

人名コンポーネントを属性として使用するための型。



Markdown ソースの位置属性の使用


let markdownSourcePosition: AttributeScopes.FoundationAttributes.MarkdownSourcePositionAttribute

Markdown ソースの位置属性にアクセスするためのプロパティ。


enum AttributeScopes.FoundationAttributes.MarkdownSourcePositionAttribute

Markdown ソースの位置を属性として使用するための型。



コード化と復号化


static var decodingConfiguration: AttributeScopeCodableConfiguration

型のインスタンスの復号を支援する構成インスタンス。


typealias AttributeScopes.FoundationAttributes.DecodingConfiguration

型のインスタンスの復号を支援する構成インスタンスの型。


static var encodingConfiguration: AttributeScopeCodableConfiguration

型のインスタンスのコード化を支援する構成インスタンス。


typealias AttributeScopes.FoundationAttributes.EncodingConfiguration

型のインスタンスのコード化を支援する構成インスタンスの型。



インスタンスプロパティ


let byteCount: AttributeScopes.FoundationAttributes.ByteCountAttribute


let durationField: AttributeScopes.FoundationAttributes.DurationFieldAttribute


let measurement: AttributeScopes.FoundationAttributes.MeasurementAttribute



構造体


struct AttributeScopes.FoundationAttributes.MeasurementAttribute



列挙型


enum AttributeScopes.FoundationAttributes.ByteCountAttribute


enum AttributeScopes.FoundationAttributes.DurationFieldAttribute






関連


以下に準拠


AttributeScope






以下も見よ


var foundation: AttributeScopes.FoundationAttributes.Type

Foundation が定義する属性の範囲にアクセスするためのプロパティ。


















トップへ












トップへ












トップへ












トップへ












トップへ












トップへ












トップへ