Scheduler for WinRT
LabelCollection Class
Members 


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

By default it contains the following set of predefined labels:

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.LabelCollection

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

LabelCollection Members
C1.C1Schedule Namespace

 

 


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