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。