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。