ABAddressBook Constructor
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.
Developers should not use this deprecated constructor. Developers should use the static Create method instead
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.None, "Use the static Create method instead")]
public ABAddressBook ();
- Attributes
Remarks
Changes made to the ABAddressBook
instance are visible to other applications only after Save() is called.