C# 클래스 WP8.Async.Helpers.ContacsExtensions

파일 보기 프로젝트 열기: tpetrina/wp8-helpers

공개 메소드들

메소드 설명
SearchTaskAsync ( this contacts, string filter, FilterKind filterKind, object state ) : Task

Asynchronously searches for contacts in the user’s contact data.

메소드 상세

SearchTaskAsync() 공개 정적인 메소드

Asynchronously searches for contacts in the user’s contact data.
public static SearchTaskAsync ( this contacts, string filter, FilterKind filterKind, object state ) : Task
contacts this The contacts which will be searched.
filter string The filter to use to search for contacts.
filterKind FilterKind The kind of filter to use when searching for contacts.
state object A user-defined object that contains information about the operation.
리턴 Task