NSPropertyListSerialization.DataWithPropertyList Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
- format
- NSPropertyListFormat
- 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
- format
- NSPropertyListFormat
- options
- NSPropertyListWriteOptions
- error
- NSError
Devoluciones
- Atributos