共用方式為


NSMutableAttributedStringAppKitAddons.ReadFromURL 方法

定義

多載

ReadFromURL(NSMutableAttributedString, NSUrl, NSDictionary, NSDictionary, NSError)
ReadFromURL(NSMutableAttributedString, NSUrl, NSAttributedStringDocumentAttributes, NSDictionary, NSError)
ReadFromURL(NSMutableAttributedString, NSUrl, NSAttributedStringDocumentAttributes, NSDictionary)
ReadFromURL(NSMutableAttributedString, NSUrl, NSDictionary, NSDictionary)

ReadFromURL(NSMutableAttributedString, NSUrl, NSDictionary, NSDictionary, NSError)

[Foundation.Export("readFromURL:options:documentAttributes:error:")]
public static bool ReadFromURL (this Foundation.NSMutableAttributedString This, Foundation.NSUrl url, Foundation.NSDictionary options, out Foundation.NSDictionary returnOptions, out Foundation.NSError error);
static member ReadFromURL : Foundation.NSMutableAttributedString * Foundation.NSUrl * Foundation.NSDictionary *  *  -> bool

參數

url
NSUrl
options
NSDictionary
returnOptions
NSDictionary
error
NSError

傳回

屬性

適用於

ReadFromURL(NSMutableAttributedString, NSUrl, NSAttributedStringDocumentAttributes, NSDictionary, NSError)

public static bool ReadFromURL (this Foundation.NSMutableAttributedString This, Foundation.NSUrl url, Foundation.NSAttributedStringDocumentAttributes options, out Foundation.NSDictionary returnOptions, out Foundation.NSError error);
static member ReadFromURL : Foundation.NSMutableAttributedString * Foundation.NSUrl * Foundation.NSAttributedStringDocumentAttributes *  *  -> bool

參數

url
NSUrl
returnOptions
NSDictionary
error
NSError

傳回

適用於

ReadFromURL(NSMutableAttributedString, NSUrl, NSAttributedStringDocumentAttributes, NSDictionary)

public static bool ReadFromURL (this Foundation.NSMutableAttributedString This, Foundation.NSUrl url, Foundation.NSAttributedStringDocumentAttributes options, out Foundation.NSDictionary returnOptions);
static member ReadFromURL : Foundation.NSMutableAttributedString * Foundation.NSUrl * Foundation.NSAttributedStringDocumentAttributes *  -> bool

參數

url
NSUrl
returnOptions
NSDictionary

傳回

適用於

ReadFromURL(NSMutableAttributedString, NSUrl, NSDictionary, NSDictionary)

[Foundation.Export("readFromURL:options:documentAttributes:")]
public static bool ReadFromURL (this Foundation.NSMutableAttributedString This, Foundation.NSUrl url, Foundation.NSDictionary options, out Foundation.NSDictionary returnOptions);
static member ReadFromURL : Foundation.NSMutableAttributedString * Foundation.NSUrl * Foundation.NSDictionary *  -> bool

參數

url
NSUrl
options
NSDictionary
returnOptions
NSDictionary

傳回

屬性

適用於