Share via


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

適用対象