DeleteSmsMessageOperation.Completed 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定非同步 SMS 訊息刪除作業是否已完成。
public:
property AsyncActionCompletedHandler ^ Completed { AsyncActionCompletedHandler ^ get(); void set(AsyncActionCompletedHandler ^ value); };
AsyncActionCompletedHandler Completed();
void Completed(AsyncActionCompletedHandler handler);
public AsyncActionCompletedHandler Completed { get; set; }
var asyncActionCompletedHandler = deleteSmsMessageOperation.completed;
deleteSmsMessageOperation.completed = asyncActionCompletedHandler;
Public Property Completed As AsyncActionCompletedHandler
屬性值
非同步動作已完成事件的處理常式。
實作
Windows 需求
應用程式功能 |
cellularMessaging
sms
|