NSPropertyListSerialization.DataWithPropertyList Método

Definición

Sobrecargas

DataWithPropertyList(NSObject, NSPropertyListFormat, NSError)
DataWithPropertyList(NSObject, NSPropertyListFormat, NSPropertyListWriteOptions, NSError)

DataWithPropertyList(NSObject, NSPropertyListFormat, NSError)

public static Foundation.NSData DataWithPropertyList (Foundation.NSObject plist, Foundation.NSPropertyListFormat format, out Foundation.NSError error);
static member DataWithPropertyList : Foundation.NSObject * Foundation.NSPropertyListFormat *  -> Foundation.NSData

Parámetros

plist
NSObject
error
NSError

Devoluciones

Se aplica a

DataWithPropertyList(NSObject, NSPropertyListFormat, NSPropertyListWriteOptions, NSError)

[Foundation.Export("dataWithPropertyList:format:options:error:")]
public static Foundation.NSData DataWithPropertyList (Foundation.NSObject plist, Foundation.NSPropertyListFormat format, Foundation.NSPropertyListWriteOptions options, out Foundation.NSError error);
static member DataWithPropertyList : Foundation.NSObject * Foundation.NSPropertyListFormat * Foundation.NSPropertyListWriteOptions *  -> Foundation.NSData

Parámetros

plist
NSObject
error
NSError

Devoluciones

Atributos

Se aplica a