ActivitySensor.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 activity types that the sensor supports.
public:
property IVectorView<ActivityType> ^ SupportedActivities { IVectorView<ActivityType> ^ get(); };
IVectorView<ActivityType> SupportedActivities();
public IReadOnlyList<ActivityType> SupportedActivities { get; }
var iVectorView = activitySensor.supportedActivities;
Public ReadOnly Property SupportedActivities As IReadOnlyList(Of ActivityType)
Property Value
The list of ActivityType-typed values for the activity types that the sensor supports.