ActivitySensorTrigger.SupportedActivities 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.
Gets the list of supported activities you can subscribe to.
public:
property IVectorView<ActivityType> ^ SupportedActivities { IVectorView<ActivityType> ^ get(); };
IVectorView<ActivityType> SupportedActivities();
public IReadOnlyList<ActivityType> SupportedActivities { get; }
var iVectorView = activitySensorTrigger.supportedActivities;
Public ReadOnly Property SupportedActivities As IReadOnlyList(Of ActivityType)
Property Value
The list of supported activities for subscription.