AVEVA OMI Software Developer Kit
Members 



ArchestrA.Client.Navigation Namespace : ReadOnlyNavigationItemCollection Class
ReadOnlyNavigationItemCollection Class
This class returns a read only collection of navigation items.
Object Model
ReadOnlyNavigationItemCollection ClassNavigationItem Class
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
<DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
<DebuggerDisplayAttribute("Count = {Count}")>
Public Class ReadOnlyNavigationItemCollection 
   Inherits System.Collections.ObjectModel.ReadOnlyCollection(Of NavigationItem)
'Usage
 
Dim instance As ReadOnlyNavigationItemCollection
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
public class ReadOnlyNavigationItemCollection : System.Collections.ObjectModel.ReadOnlyCollection<NavigationItem> 
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
public ref class ReadOnlyNavigationItemCollection : public System.Collections.ObjectModel.ReadOnlyCollection<NavigationItem> 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.ReadOnlyCollection<T>
      ArchestrA.Client.Navigation.ReadOnlyNavigationItemCollection

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