ContactAnnotationStore.FindContactIdsByPhoneNumberAsync(String) メソッド

定義

指定した電話番号を持つ Contact オブジェクトに基づいて Id 値の一覧を取得します。

public:
 virtual IAsyncOperation<IVectorView<Platform::String ^> ^> ^ FindContactIdsByPhoneNumberAsync(Platform::String ^ phoneNumber) = FindContactIdsByPhoneNumberAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<winrt::hstring>> FindContactIdsByPhoneNumberAsync(winrt::hstring const& phoneNumber);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<string>> FindContactIdsByPhoneNumberAsync(string phoneNumber);
function findContactIdsByPhoneNumberAsync(phoneNumber)
Public Function FindContactIdsByPhoneNumberAsync (phoneNumber As String) As IAsyncOperation(Of IReadOnlyList(Of String))

パラメーター

phoneNumber
String

Platform::String

winrt::hstring

連絡先 ID の値を検索するために使用される電話番号。

戻り値

指定した phoneNumber を含む Contact オブジェクトの一覧。

属性

Windows の要件

アプリの機能
contactsSystem

適用対象