QTDataReference.FromReference メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
FromReference(NSUrl) | |
FromReference(String) | |
FromReference(NSData, String, String) |
FromReference(NSUrl)
[Foundation.Export("dataReferenceWithReferenceToURL:")]
public static Foundation.NSObject FromReference(Foundation.NSUrl url);
static member FromReference : Foundation.NSUrl -> Foundation.NSObject
パラメーター
- url
- NSUrl
戻り値
- 属性
適用対象
FromReference(String)
[Foundation.Export("dataReferenceWithReferenceToFile:")]
public static Foundation.NSObject FromReference(string fileName);
static member FromReference : string -> Foundation.NSObject
パラメーター
- fileName
- String
戻り値
- 属性
適用対象
FromReference(NSData, String, String)
[Foundation.Export("dataReferenceWithReferenceToData:name:MIMEType:")]
public static Foundation.NSObject FromReference(Foundation.NSData data, string name, string mimeType);
static member FromReference : Foundation.NSData * string * string -> Foundation.NSObject
パラメーター
- data
- NSData
- name
- String
- mimeType
- String
戻り値
- 属性