Partager via


PhoneCallBlocking.SetCallBlockingListAsync(IIterable<String>) Méthode

Définition

Définit la liste des nombres qui doivent être bloqués.

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)

Paramètres

phoneNumberList

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

Liste de nombres qui doivent être bloqués.

Retours

True si l’opération a réussi, sinon false.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
phoneCallHistory phoneCallHistorySystem

S’applique à