SmsMessageRegistration 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public ref class SmsMessageRegistration sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SmsMessageRegistration final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SmsMessageRegistration
Public NotInheritable Class SmsMessageRegistration
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
應用程式功能 |
cellularMessaging
sms
|
備註
您的程式碼不會直接具現化此類別。 新建立的 類別實例是由 SmsMessageRegistration.Register 方法傳回,而且您可以使用靜態SmsMessageRegistration.AllRegistrations屬性來擷取代表現有註冊的實例集合。
屬性
AllRegistrations |
取得目前已註冊之訊息篩選清單的靜態屬性。 |
Id |
取得這個已註冊訊息篩選的識別碼。 |
方法
Register(String, SmsFilterRules) |
註冊訊息篩選。 |
Unregister() |
取消註冊先前註冊的訊息篩選。 篩選準則將不再套用至傳入訊息。 |
事件
MessageReceived |
收到符合已註冊訊息篩選準則中設定之篩選準則的訊息時發出事件訊號。 |