NSPropertyListSerialization.PropertyListWithStream 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
参数
- stream
- NSInputStream
- format
- NSPropertyListFormat
- error
- NSError
返回
适用于
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
参数
- stream
- NSInputStream
- options
- NSPropertyListReadOptions
- format
- NSPropertyListFormat
- error
- NSError
返回
- 属性