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.)
public class ABSource : AddressBook.ABRecord
type ABSource = class
inherit ABRecord
- Inheritance
Fields
| Name | Description |
|---|---|
| InvalidPropertyId |
An invalid value for a property id. (Inherited from ABRecord) |
| InvalidRecordId |
An invalid value for a record id. (Inherited from ABRecord) |
Properties
| Name | Description |
|---|---|
| Handle | (Inherited from DisposableObject) |
| Id |
Gets the unique ID of the record. (Inherited from ABRecord) |
| Name | |
| Owns | (Inherited from DisposableObject) |
| SourceType | |
| Type |
Gets the type of the record. (Inherited from ABRecord) |
Methods
| Name | Description |
|---|---|
| ClearHandle() | (Inherited from DisposableObject) |
| Dispose() | (Inherited from DisposableObject) |
| Dispose(Boolean) |
Releases the resources used by the ABRecord object. (Inherited from ABRecord) |
| Equals(Object) | (Inherited from DisposableObject) |
| 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. (Inherited from ABRecord) |
Extension Methods
| Name | Description |
|---|---|
| GetHandle(INativeObject) | |
| GetNonNullHandle(INativeObject, String) | |