GetSmsDeviceOperation.Completed 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
|