NSPropertyListSerialization.DataWithPropertyList Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
DataWithPropertyList(NSObject, NSPropertyListFormat, NSError) | |
DataWithPropertyList(NSObject, NSPropertyListFormat, NSPropertyListWriteOptions, NSError) |
DataWithPropertyList(NSObject, NSPropertyListFormat, NSError)
public static Foundation.NSData DataWithPropertyList (Foundation.NSObject plist, Foundation.NSPropertyListFormat format, out Foundation.NSError error);
static member DataWithPropertyList : Foundation.NSObject * Foundation.NSPropertyListFormat * -> Foundation.NSData
Parameter
- plist
- NSObject
- format
- NSPropertyListFormat
- error
- NSError
Gibt zurück
Gilt für:
DataWithPropertyList(NSObject, NSPropertyListFormat, NSPropertyListWriteOptions, NSError)
[Foundation.Export("dataWithPropertyList:format:options:error:")]
public static Foundation.NSData DataWithPropertyList (Foundation.NSObject plist, Foundation.NSPropertyListFormat format, Foundation.NSPropertyListWriteOptions options, out Foundation.NSError error);
static member DataWithPropertyList : Foundation.NSObject * Foundation.NSPropertyListFormat * Foundation.NSPropertyListWriteOptions * -> Foundation.NSData
Parameter
- plist
- NSObject
- format
- NSPropertyListFormat
- options
- NSPropertyListWriteOptions
- error
- NSError
Gibt zurück
- Attribute