An NSObject
to retrieve a URL value from.
あるURL値をそれから回収することになるNSObject
。
Type Method
型メソッド
value(for:)
Returns the URL value of the specified object.
指定されたオブジェクトのURL値を返します。
Availability 有効性
- iOS 15.0+
- iPadOS 15.0+
- macOS 12.0+
- Mac Catalyst 15.0+
- tvOS 15.0+
- watchOS 8.0+
- Xcode 13.0+
Technology
- Foundation ファウンデーション
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Accessing the Attribute Name and Value 属性名と値にアクセスする
static var name: String
The name of the link attribute.
リンク属性の名前。
typealias AttributeScopes.FoundationAttributes.LinkAttribute.Value
The type of the link attribute’s value.
リンク属性のもつ値の型。
static func objectiveCValue (for: URL) -> NSObject
Returns an object for a specified URL value.
指定されたURL値に対するあるオブジェクトを返します。
typealias AttributeScopes.FoundationAttributes.LinkAttribute.ObjectiveCValue
The type of the link attribute’s value when calling it from Objective-C.
リンク属性のもつ値の型、それをObjective-Cから呼び出す時の。