Scheduler for WinRT
ActionCollection Class
Members 


The ActionCollection is a collection of all Action objects that represents the reminders for all pending items.
Object Model
ActionCollection Class
Syntax
'Declaration
 
Public Class ActionCollection 
   Inherits C1.C1Schedule.C1ObservableCollection(Of Action)
'Usage
 
Dim instance As ActionCollection
public class ActionCollection : C1.C1Schedule.C1ObservableCollection<Action> 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      C1.C1Schedule.C1ObservableCollection<T>
         C1.C1Schedule.ActionCollection

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ActionCollection Members
C1.C1Schedule Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.