PhoneCallBlocking.SetCallBlockingListAsync(IIterable<String>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the list of numbers that should be blocked.
public:
static IAsyncOperation<bool> ^ SetCallBlockingListAsync(IIterable<Platform::String ^> ^ phoneNumberList);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<bool> SetCallBlockingListAsync(IIterable<winrt::hstring> const& phoneNumberList);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<bool> SetCallBlockingListAsync(IEnumerable<string> phoneNumberList);
function setCallBlockingListAsync(phoneNumberList)
Public Shared Function SetCallBlockingListAsync (phoneNumberList As IEnumerable(Of String)) As IAsyncOperation(Of Boolean)
Parameters
A list of numbers that should be blocked.
Returns
True if the operation was successful, otherwise false.
- Attributes
Windows requirements
App capabilities |
phoneCallHistory
phoneCallHistorySystem
|