SmsFilterRule.DeviceIds 属性

定义

获取与此规则匹配的短信的设备标识符列表。

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

属性值

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

消息的设备标识符列表。

Windows 要求

应用功能
cellularMessaging sms

适用于