ABRecord Class
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.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'Contacts' API instead.")]
public abstract class ABRecord : IDisposable, ObjCRuntime.INativeObject
type ABRecord = class
interface INativeObject
interface IDisposable
- Inheritance
-
ABRecord
- Derived
- Attributes
- Implements
Remarks
Supported operations:
Fields
InvalidPropertyId |
An invalid value for a property id. |
InvalidRecordId |
An invalid value for a record id. |
Properties
Handle |
Handle (pointer) to the unmanaged object representation. |
Id |
Gets the unique ID of the record. |
Type |
Gets the type of the record. |
Methods
Dispose() |
Releases the resources used by the ABRecord object. |
Dispose(Boolean) |
Releases the resources used by the ABRecord object. |
Finalize() |
Finalizer for the ABRecord object |
FromHandle(IntPtr) | |
ToString() |
Returns the composite name of the ABRecord. |