共用方式為


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

適用於