Scheduler for WinRT
IntervalAppointmentCollection Class
Members 


The IntervalAppointmentCollection class is a ReadOnlyObservableCollection collection of IntervalAppointment objects belonging to a certain VisualInterval object.
Object Model
IntervalAppointmentCollection Class
Syntax
'Declaration
 
Public Class IntervalAppointmentCollection 
   Inherits System.Collections.ObjectModel.ReadOnlyObservableCollection(Of IntervalAppointment)
'Usage
 
Dim instance As IntervalAppointmentCollection
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.ReadOnlyCollection<T>
      System.Collections.ObjectModel.ReadOnlyObservableCollection<T>
         C1.Xaml.Schedule.IntervalAppointmentCollection

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

IntervalAppointmentCollection Members
C1.Xaml.Schedule Namespace

 

 


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