ActivitySensor.SubscribedActivities 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 pledges to perform.
public:
property IVector<ActivityType> ^ SubscribedActivities { IVector<ActivityType> ^ get(); };
IVector<ActivityType> SubscribedActivities();
public IList<ActivityType> SubscribedActivities { get; }
var iVector = activitySensor.subscribedActivities;
Public ReadOnly Property SubscribedActivities As IList(Of ActivityType)
Property Value
The list of ActivityType-typed values for the activity types that the sensor pledges to perform.