다음을 통해 공유


NSPropertyListSerialization.PropertyListWithStream 메서드

정의

오버로드

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
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
error
NSError

반환

특성

적용 대상