共用方式為


QTDataReference.FromReference 方法

定義

多載

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

傳回

屬性

適用於