SmsFilterRule.BroadcastChannels 属性

定义

与此规则匹配的广播频道列表。

public:
 property IVector<int> ^ BroadcastChannels { IVector<int> ^ get(); };
IVector<int> BroadcastChannels();
public IList<int> BroadcastChannels { get; }
var iVector = smsFilterRule.broadcastChannels;
Public ReadOnly Property BroadcastChannels As IList(Of Integer)

属性值

与此规则匹配的广播通道标识符列表。

Windows 要求

应用功能
cellularMessaging sms

适用于