NSMutableAttributedString.ReadFromUrl Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ReadFromUrl(NSUrl, NSAttributedStringDocumentAttributes, NSDictionary<NSString,NSObject>, NSError) | |
ReadFromUrl(NSUrl, NSDictionary<NSString,NSObject>, NSDictionary<NSString,NSObject>, NSError) |
ReadFromUrl(NSUrl, NSAttributedStringDocumentAttributes, NSDictionary<NSString,NSObject>, NSError)
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public bool ReadFromUrl (Foundation.NSUrl url, Foundation.NSAttributedStringDocumentAttributes options, ref Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> returnOptions, ref Foundation.NSError error);
member this.ReadFromUrl : Foundation.NSUrl * Foundation.NSAttributedStringDocumentAttributes * * -> bool
Paramètres
- url
- NSUrl
- returnOptions
- NSDictionary<NSString,NSObject>
- error
- NSError
Retours
- Attributs
S’applique à
ReadFromUrl(NSUrl, NSDictionary<NSString,NSObject>, NSDictionary<NSString,NSObject>, NSError)
[Foundation.Export("readFromURL:options:documentAttributes:error:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ReadFromUrl (Foundation.NSUrl url, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> options, ref Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> returnOptions, ref Foundation.NSError error);
abstract member ReadFromUrl : Foundation.NSUrl * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> * * -> bool
override this.ReadFromUrl : Foundation.NSUrl * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> * * -> bool
Paramètres
- url
- NSUrl
- options
- NSDictionary<NSString,NSObject>
- returnOptions
- NSDictionary<NSString,NSObject>
- error
- NSError
Retours
- Attributs