Condividi tramite


NSDictionary.FromUrl Metodo

Definizione

Overload

FromUrl(NSUrl, NSError)
FromUrl(NSUrl)

Crea un nuovo dizionario dal contenuto di un oggetto PropertyList situato in un URL specificato.

FromUrl(NSUrl, NSError)

[Foundation.Export("dictionaryWithContentsOfURL:error:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> FromUrl (Foundation.NSUrl url, out Foundation.NSError error);
static member FromUrl : Foundation.NSUrl *  -> Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>

Parametri

url
NSUrl
error
NSError

Restituisce

Attributi

Si applica a

FromUrl(NSUrl)

Crea un nuovo dizionario dal contenuto di un oggetto PropertyList situato in un URL specificato.

[Foundation.Export("dictionaryWithContentsOfURL:")]
public static Foundation.NSDictionary FromUrl (Foundation.NSUrl url);
static member FromUrl : Foundation.NSUrl -> Foundation.NSDictionary

Parametri

url
NSUrl

Url della risorsa contenente un NSDictionary in formato PropertyList.

Restituisce

Attributi

Si applica a