Udostępnij przez


ABRecord Class

Definition

Base type for ABGroup and ABPerson.

public class ABRecord : CoreFoundation.NativeObject
type ABRecord = class
    inherit NativeObject
Inheritance
Derived

Remarks

Supported operations:

  • Getting record information: Id, Type. :

Fields

Name Description
InvalidPropertyId

An invalid value for a property id.

InvalidRecordId

An invalid value for a record id.

Properties

Name Description
Handle (Inherited from DisposableObject)
Id

Gets the unique ID of the record.

Owns (Inherited from DisposableObject)
Type

Gets the type of the record.

Methods

Name Description
ClearHandle() (Inherited from DisposableObject)
Dispose() (Inherited from DisposableObject)
Dispose(Boolean)

Releases the resources used by the ABRecord object.

Equals(Object) (Inherited from DisposableObject)
FromHandle(IntPtr)
GetCheckedHandle() (Inherited from DisposableObject)
GetHashCode() (Inherited from DisposableObject)
InitializeHandle(NativeHandle) (Inherited from DisposableObject)
Release() (Inherited from NativeObject)
Retain() (Inherited from NativeObject)
ToString()

Returns the composite name of the ABRecord.

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to