NSPropertyListSerialization.WritePropertyList Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| WritePropertyList(NSObject, NSOutputStream, NSPropertyListFormat, NSError) | |
| WritePropertyList(NSObject, NSOutputStream, NSPropertyListFormat, NSPropertyListWriteOptions, NSError) |
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
- stream
- NSOutputStream
- format
- NSPropertyListFormat
- 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
- stream
- NSOutputStream
- format
- NSPropertyListFormat
- options
- NSPropertyListWriteOptions
- error
- NSError
Returns
IntPtr
nativeint
- Attributes