CommunicationBlockingAccessManager.ShowUnblockNumbersUI メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アクティブなブロック アプリとして番号のブロックを解除するアプリを起動します。
public:
static bool ShowUnblockNumbersUI(IIterable<Platform::String ^> ^ phoneNumbers);
static bool ShowUnblockNumbersUI(IIterable<winrt::hstring> const& phoneNumbers);
public static bool ShowUnblockNumbersUI(IEnumerable<string> phoneNumbers);
function showUnblockNumbersUI(phoneNumbers)
Public Shared Function ShowUnblockNumbersUI (phoneNumbers As IEnumerable(Of String)) As Boolean
パラメーター
戻り値
Boolean
bool
アクティブなブロック アプリが起動された場合は true を返し、それ以外の場合は false を返します。