GetSmsDeviceOperation.Completed 屬性

定義

指定非同步 SmsDevice 物件擷取作業是否已完成。

AsyncOperationCompletedHandler<SmsDevice> Completed();

void Completed(AsyncOperationCompletedHandler<SmsDevice> handler);
public AsyncOperationCompletedHandler<SmsDevice> Completed { get; set; }
var asyncOperationCompletedHandler = getSmsDeviceOperation.completed;
getSmsDeviceOperation.completed = asyncOperationCompletedHandler;
Public Property Completed As AsyncOperationCompletedHandler(Of SmsDevice)

屬性值

非同步動作已完成事件的處理常式。

實作

Windows 需求

應用程式功能
cellularMessaging sms

適用於