次の方法で共有


SmsFilterRule.ImsiPrefixes プロパティ

定義

この規則に一致する SMS メッセージの IMSI プレフィックスを取得します。

public:
 property IVector<Platform::String ^> ^ ImsiPrefixes { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> ImsiPrefixes();
public IList<string> ImsiPrefixes { get; }
var iVector = smsFilterRule.imsiPrefixes;
Public ReadOnly Property ImsiPrefixes As IList(Of String)

プロパティ値

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

IMSI プレフィックスの一覧。

Windows の要件

アプリの機能
cellularMessaging sms

適用対象