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
傳回
- 屬性