Share via


NSPropertyListSerialization.WritePropertyList Method

Definition

Overloads

WritePropertyList(NSObject, NSOutputStream, NSPropertyListFormat, NSError)

public static IntPtr WritePropertyList(Foundation.NSObject plist, Foundation.NSOutputStream stream, Foundation.NSPropertyListFormat format, out Foundation.NSError error);
static member WritePropertyList : Foundation.NSObject * Foundation.NSOutputStream * Foundation.NSPropertyListFormat * NSError -> nativeint

Parameters

plist
NSObject
error
NSError

Returns

IntPtr

nativeint

Applies to

WritePropertyList(NSObject, NSOutputStream, NSPropertyListFormat, NSPropertyListWriteOptions, NSError)

[Foundation.Export("writePropertyList:toStream:format:options:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static IntPtr WritePropertyList(Foundation.NSObject plist, Foundation.NSOutputStream stream, Foundation.NSPropertyListFormat format, Foundation.NSPropertyListWriteOptions options, out Foundation.NSError error);
[<Foundation.Export("writePropertyList:toStream:format:options:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member WritePropertyList : Foundation.NSObject * Foundation.NSOutputStream * Foundation.NSPropertyListFormat * Foundation.NSPropertyListWriteOptions * NSError -> nativeint

Parameters

plist
NSObject
error
NSError

Returns

IntPtr

nativeint

Attributes

Applies to