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
WritePropertyList(NSObject, NSOutputStream, NSPropertyListFormat, NSError) | |
WritePropertyList(NSObject, NSOutputStream, NSPropertyListFormat, NSPropertyListWriteOptions, NSError) |
WritePropertyList(NSObject, NSOutputStream, NSPropertyListFormat, NSError)
public static nint WritePropertyList (Foundation.NSObject plist, Foundation.NSOutputStream stream, Foundation.NSPropertyListFormat format, out Foundation.NSError error);
static member WritePropertyList : Foundation.NSObject * Foundation.NSOutputStream * Foundation.NSPropertyListFormat * -> nint
Parameters
- plist
- NSObject
- stream
- NSOutputStream
- format
- NSPropertyListFormat
- error
- NSError
Returns
System.System.IntPtr
System.nativeint
Applies to
WritePropertyList(NSObject, NSOutputStream, NSPropertyListFormat, NSPropertyListWriteOptions, NSError)
[Foundation.Export("writePropertyList:toStream:format:options:error:")]
public static nint WritePropertyList (Foundation.NSObject plist, Foundation.NSOutputStream stream, Foundation.NSPropertyListFormat format, Foundation.NSPropertyListWriteOptions options, out Foundation.NSError error);
static member WritePropertyList : Foundation.NSObject * Foundation.NSOutputStream * Foundation.NSPropertyListFormat * Foundation.NSPropertyListWriteOptions * -> nint
Parameters
- plist
- NSObject
- stream
- NSOutputStream
- format
- NSPropertyListFormat
- options
- NSPropertyListWriteOptions
- error
- NSError
Returns
System.System.IntPtr
System.nativeint
- Attributes