SmsFilterRule.SenderNumbers 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與符合此規則之 SMS 訊息相關聯的寄件者號碼。
public:
property IVector<Platform::String ^> ^ SenderNumbers { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> SenderNumbers();
public IList<string> SenderNumbers { get; }
var iVector = smsFilterRule.senderNumbers;
Public ReadOnly Property SenderNumbers As IList(Of String)
屬性值
寄件者號碼清單。
Windows 需求
應用程式功能 |
cellularMessaging
sms
|