共用方式為


ContactStore.FindContactByIdAsync(String) 方法

定義

從連絡人存放區擷取具有指定識別碼的連絡人。

public:
 virtual IAsyncOperation<StoredContact ^> ^ FindContactByIdAsync(Platform::String ^ id) = FindContactByIdAsync;
IAsyncOperation<StoredContact> FindContactByIdAsync(winrt::hstring const& id);
public IAsyncOperation<StoredContact> FindContactByIdAsync(string id);
function findContactByIdAsync(id)
Public Function FindContactByIdAsync (id As String) As IAsyncOperation(Of StoredContact)

參數

id
String

Platform::String

winrt::hstring

要擷取之連絡人的識別碼。

傳回

當這個方法完成時,它會傳回 StoredContact 物件。 如果您使用 非同步程式設計,結果類型為 StoredContact

Windows 需求

應用程式功能
ID_CAP_CONTACTS [Windows Phone]

適用於

另請參閱