Scheduler for WinRT
ContactCollection Class
Members 


The ContactCollection is a collection of Contact objects which represents all available contacts in C1Schedule object model.
Object Model
ContactCollection Class
Syntax
'Declaration
 
Public Class ContactCollection 
   Inherits C1.C1Schedule.BaseCollection(Of Contact)
'Usage
 
Dim instance As ContactCollection
public class ContactCollection : C1.C1Schedule.BaseCollection<Contact> 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
         C1.C1Schedule.C1ObservableKeyedCollection<TKey,TItem>
            C1.C1Schedule.BaseCollection<T>
               C1.C1Schedule.ContactCollection

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

ContactCollection Members
C1.C1Schedule Namespace

 

 


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