共用方式為


SmsFilterRule.TextMessagePrefixes 屬性

定義

取得符合此篩選準則之 SMS 訊息的文字消息前置詞清單。

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

適用於