ABGroup 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'Contacts' API instead.")]
public class ABGroup : AddressBook.ABRecord, System.Collections.Generic.IEnumerable<AddressBook.ABRecord>
type ABGroup = class
inherit ABRecord
interface seq<ABRecord>
interface IEnumerable
- 繼承
- 屬性
- 實作
備註
ABGroup
支援:
- 建立群組: ABGroup 。
- 管理群組成員: Add(ABRecord) 、、 IEnumerable.GetEnumerator()Remove(ABRecord) 、 GetMembers(ABPersonSortBy) 。
建構函式
ABGroup() |
建構和初始化 ABGroup 實例。 |
ABGroup(ABRecord) |
欄位
InvalidPropertyId |
屬性識別碼的無效值。 (繼承來源 ABRecord) |
InvalidRecordId |
記錄識別碼的無效值。 (繼承來源 ABRecord) |
屬性
Handle |
處理 unmanaged 物件標記法) (指標。 (繼承來源 ABRecord) |
Id |
取得記錄的唯一識別碼。 (繼承來源 ABRecord) |
Name |
群組的名稱。 |
Source | |
Type |
取得記錄的類型。 (繼承來源 ABRecord) |
方法
Add(ABRecord) |
ABRecord將 加入至群組。 |
Dispose() |
釋放 ABRecord 物件所使用的資源。 (繼承來源 ABRecord) |
Dispose(Boolean) |
釋放 ABRecord 物件所使用的資源。 (繼承來源 ABRecord) |
GetEnumerator() |
傳回逐一查看群組中所有成員的列舉值。 |
GetMembers(ABPersonSortBy) |
傳回依指定 |
Remove(ABRecord) |
|
ToString() |
傳回 的 ABRecord 複合名稱。 (繼承來源 ABRecord) |
明確介面實作
IEnumerable.GetEnumerator() |
傳回逐一查看群組中所有成員的列舉值。 |