SmsFilterRule.TextMessagePrefixes 属性

定义

获取与此筛选器匹配的短信的短信前缀列表。

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

属性值

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

文本消息前缀列表。

Windows 要求

应用功能
cellularMessaging sms

适用于