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

返回

属性

适用于