Partager via


CommunicationBlockingAccessManager.ShowBlockNumbersUI Méthode

Définition

Lance une interface utilisateur pour bloquer les numéros s’il s’agit d’une application bloquante active.

public:
 static bool ShowBlockNumbersUI(IIterable<Platform::String ^> ^ phoneNumbers);
 static bool ShowBlockNumbersUI(IIterable<winrt::hstring> const& phoneNumbers);
public static bool ShowBlockNumbersUI(IEnumerable<string> phoneNumbers);
function showBlockNumbersUI(phoneNumbers)
Public Shared Function ShowBlockNumbersUI (phoneNumbers As IEnumerable(Of String)) As Boolean

Paramètres

phoneNumbers

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

Liste de nombres à ajouter à la liste bloquée.

Retours

Boolean

bool

Retourne true si l’application bloquante active est lancée; sinon retourne false.

Remarques

Cette méthode crée et affiche une interface utilisateur pour permettre à l’utilisateur de bloquer les numéros de téléphone fournis.

S’applique à