SmsFilterRule.WapContentTypes 属性

定义

获取与此规则匹配的短信的 WAP 内容类型列表。

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

属性值

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

WAP 内容类型的列表。

Windows 要求

应用功能
cellularMessaging sms

适用于