PhoneCallBlocking.SetCallBlockingListAsync(IIterable<String>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定應該封鎖的數位清單。
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)
參數
傳回
如果 作業成功,則為 True,否則為 false。
- 屬性
Windows 需求
應用程式功能 |
phoneCallHistory
phoneCallHistorySystem
|