init(name: String, value: String?)
Initializes a newly allocated query item with the specified name and value.
新しくアロケートされたクエリ項目をこの指定された名前と値で初期化します。
URLQueryItem
; use NSURLQueryItem
when you need reference semantics or other Foundation-specific behavior.
URLのクエリ部の一項目に対する単一の名前/値のペアを表しているオブジェクト、それはURLQueryItem
にブリッジします;NSURLQueryItem
を使ってください、あなたが参照意味論または他のFoundation特有の挙動を必要とする場合は。
Availability 有効性
Technology
class NSURLQueryItem : NSObject
You use query items with the query
property of an NSURLComponents
object.
あなたは、クエリ項目をNSURLComponents
オブジェクトのquery
プロパティとともに使います。
Important 重要
The Swift overlay to the Foundation framework provides the URLQuery
structure, which bridges to the NSURLQuery
class. For more information about value types, see Working with Cocoa Frameworks in Using Swift with Cocoa and Objective-C (Swift 4.1).
FoundationフレームワークへのSwiftオーバーレイは、URLQuery
構造体を提供します、それはNSURLQuery
クラスにブリッジします。値型についてのさらなる情報として、Working with Cocoa FrameworksをUsing Swift with Cocoa and Objective-C (Swift 4.1)で見てください。
init(name: String, value: String?)
var name: String
var value: String?
typealias URLQueryItem.ReferenceType