CNContainer_PredicatesExtension.GetPredicateForContainerOfContact 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
Use 'CNContainer.CreatePredicateForContainerOfContact' instead.
擷 NSPredicate 取適合用來擷 CNContainer 取包含 CNContact 識別碼 contactIdentifier
的 。
[Foundation.Export("predicateForContainerOfContactWithIdentifier:")]
[System.Obsolete("Use 'CNContainer.CreatePredicateForContainerOfContact' instead.", false)]
public static Foundation.NSPredicate GetPredicateForContainerOfContact (this Contacts.CNContainer This, string contactIdentifier);
static member GetPredicateForContainerOfContact : Contacts.CNContainer * string -> Foundation.NSPredicate
參數
- This
- CNContainer
這個方法運作所在的 實例。
- contactIdentifier
- String
傳回
- 屬性