NSPropertyListWriteOptions Enum
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.
An enumeration of mutability options for use with property lists.
public enum NSPropertyListWriteOptions
type NSPropertyListWriteOptions =
- Inheritance
-
NSPropertyListWriteOptions
Fields
Name | Value | Description |
---|---|---|
Immutable | 0 | |
MutableContainers | 1 | |
MutableContainersAndLeaves | 2 |