CNContactStore.GetGroups(NSPredicate, NSError) Method
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.
Retrieves the CNGroup objects that satisfy the predicate
.
[Foundation.Export("groupsMatchingPredicate:error:")]
public virtual Contacts.CNGroup[] GetGroups (Foundation.NSPredicate predicate, out Foundation.NSError error);
abstract member GetGroups : Foundation.NSPredicate * -> Contacts.CNGroup[]
override this.GetGroups : Foundation.NSPredicate * -> Contacts.CNGroup[]
Parameters
- error
- NSError
Returns
CNGroup[]
- Attributes