Scheduler for WinRT
Items Property (VisualInterval)


Virtual property returns null in this class implementation.
Syntax
'Declaration
 
Public Overridable ReadOnly Property Items As ReadOnlyObservableCollection(Of Object)
'Usage
 
Dim instance As VisualInterval
Dim value As ReadOnlyObservableCollection(Of Object)
 
value = instance.Items
public virtual ReadOnlyObservableCollection<object> Items {get;}
Remarks
It is necessary to avoid silent exceptions at binding when it is used with inherited classes (in other case binding takes double time).
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

VisualInterval Class
VisualInterval Members

 

 


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