CommunicationBlockingAccessManager.ShowBlockNumbersUI メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アクティブなブロック アプリとして存在する場合は、番号をブロックする UI を起動します。
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
パラメーター
戻り値
Boolean
bool
アクティブなブロック アプリが起動された場合は true を返し、それ以外の場合は false を返します。
注釈
このメソッドは、ユーザー インターフェイスを作成して表示し、ユーザーが指定された phoneNumbers をブロックできるようにします。