Поделиться через


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

Применяется к