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
返回
- 属性