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.
public class ABRecord : CoreFoundation.NativeObject
type ABRecord = class
inherit NativeObject
- Inheritance
- Derived
Remarks
Supported operations:
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) | |