Поделиться через


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

Возвращаемое значение

Атрибуты

Применяется к