SmsFilterRule.ImsiPrefixes 属性

定义

获取与此规则匹配的短信的 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

适用于