NSPropertyListMutabilityOptions 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 values specifying mutability options for property lists.
public enum NSPropertyListMutabilityOptions
type NSPropertyListMutabilityOptions =
- Inheritance
-
NSPropertyListMutabilityOptions
Fields
Name | Value | Description |
---|---|---|
Immutable | 0 | |
MutableContainers | 1 | |
MutableContainersAndLeaves | 2 |