SmsMessageRegistration.AllRegistrations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Static property that gets a list of currently registered message filters..
public:
static property IVectorView<SmsMessageRegistration ^> ^ AllRegistrations { IVectorView<SmsMessageRegistration ^> ^ get(); };
static IVectorView<SmsMessageRegistration> AllRegistrations();
public static IReadOnlyList<SmsMessageRegistration> AllRegistrations { get; }
var iVectorView = SmsMessageRegistration.allRegistrations;
Public Shared ReadOnly Property AllRegistrations As IReadOnlyList(Of SmsMessageRegistration)
Property Value
A list of current registrations.
Windows requirements
App capabilities |
cellularMessaging
sms
|