NSPropertyListSerialization.PropertyListWithStream 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
PropertyListWithStream(NSInputStream, NSPropertyListFormat, NSError) | |
PropertyListWithStream(NSInputStream, NSPropertyListReadOptions, NSPropertyListFormat, NSError) |
PropertyListWithStream(NSInputStream, NSPropertyListFormat, NSError)
public static Foundation.NSObject PropertyListWithStream (Foundation.NSInputStream stream, ref Foundation.NSPropertyListFormat format, out Foundation.NSError error);
static member PropertyListWithStream : Foundation.NSInputStream * * -> Foundation.NSObject
Parámetros
- stream
- NSInputStream
- format
- NSPropertyListFormat
- error
- NSError
Devoluciones
Se aplica a
PropertyListWithStream(NSInputStream, NSPropertyListReadOptions, NSPropertyListFormat, NSError)
[Foundation.Export("propertyListWithStream:options:format:error:")]
public static Foundation.NSObject PropertyListWithStream (Foundation.NSInputStream stream, Foundation.NSPropertyListReadOptions options, ref Foundation.NSPropertyListFormat format, out Foundation.NSError error);
static member PropertyListWithStream : Foundation.NSInputStream * Foundation.NSPropertyListReadOptions * * -> Foundation.NSObject
Parámetros
- stream
- NSInputStream
- options
- NSPropertyListReadOptions
- format
- NSPropertyListFormat
- error
- NSError
Devoluciones
- Atributos