PhoneCallBlocking.SetCallBlockingListAsync(IIterable<String>) メソッド

定義

ブロックする必要がある数値の一覧を設定します。

public:
 static IAsyncOperation<bool> ^ SetCallBlockingListAsync(IIterable<Platform::String ^> ^ phoneNumberList);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<bool> SetCallBlockingListAsync(IIterable<winrt::hstring> const& phoneNumberList);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<bool> SetCallBlockingListAsync(IEnumerable<string> phoneNumberList);
function setCallBlockingListAsync(phoneNumberList)
Public Shared Function SetCallBlockingListAsync (phoneNumberList As IEnumerable(Of String)) As IAsyncOperation(Of Boolean)

パラメーター

phoneNumberList

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

ブロックする必要がある数値の一覧。

戻り値

操作が成功した場合は True、それ以外の場合は false

属性

Windows の要件

アプリの機能
phoneCallHistory phoneCallHistorySystem

適用対象