共用方式為


SmsFilterRule.DeviceIds 屬性

定義

取得符合此規則之 SMS 訊息的裝置識別碼清單。

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

適用於