ABSource 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.
A data source that produces address book data. (See ABSourceType.)
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'Contacts' API instead.")]
public class ABSource : AddressBook.ABRecord
type ABSource = class
inherit ABRecord
- Inheritance
- Attributes
Fields
InvalidPropertyId |
An invalid value for a property id. (Inherited from ABRecord) |
InvalidRecordId |
An invalid value for a record id. (Inherited from ABRecord) |
Properties
Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from ABRecord) |
Id |
Gets the unique ID of the record. (Inherited from ABRecord) |
Name | |
SourceType | |
Type |
Gets the type of the record. (Inherited from ABRecord) |
Methods
Dispose() |
Releases the resources used by the ABRecord object. (Inherited from ABRecord) |
Dispose(Boolean) |
Releases the resources used by the ABRecord object. (Inherited from ABRecord) |
ToString() |
Returns the composite name of the ABRecord. (Inherited from ABRecord) |