共用方式為


NSMutableAttributedString.ReadFromFile 方法

定義

多載

ReadFromFile(NSUrl, NSDictionary, NSDictionary, NSError)
ReadFromFile(NSUrl, NSAttributedStringDocumentAttributes, NSDictionary, NSError)

開發人員不應該使用此已被取代的方法。 開發人員應該改用 'ReadFromUrl'。

ReadFromFile(NSUrl, NSDictionary, NSDictionary, NSError)

[Foundation.Export("readFromFileURL:options:documentAttributes:error:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'ReadFromUrl' instead.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ReadFromFile (Foundation.NSUrl url, Foundation.NSDictionary options, ref Foundation.NSDictionary returnOptions, ref Foundation.NSError error);
abstract member ReadFromFile : Foundation.NSUrl * Foundation.NSDictionary *  *  -> bool
override this.ReadFromFile : Foundation.NSUrl * Foundation.NSDictionary *  *  -> bool

參數

url
NSUrl
options
NSDictionary
returnOptions
NSDictionary
error
NSError

傳回

屬性

適用於

ReadFromFile(NSUrl, NSAttributedStringDocumentAttributes, NSDictionary, NSError)

開發人員不應該使用此已被取代的方法。 開發人員應該改用 'ReadFromUrl'。

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'ReadFromUrl' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public bool ReadFromFile (Foundation.NSUrl url, Foundation.NSAttributedStringDocumentAttributes options, ref Foundation.NSDictionary returnOptions, ref Foundation.NSError error);
member this.ReadFromFile : Foundation.NSUrl * Foundation.NSAttributedStringDocumentAttributes *  *  -> bool

參數

url
NSUrl
returnOptions
NSDictionary
error
NSError

傳回

屬性

適用於