AVEVA OMI Software Developer Kit



ArchestrA.Client.Navigation Namespace > ReadOnlyNavigationItemCollection Class : ReadOnlyNavigationItemCollection Constructor
The System.Collections.ObjectModel.CollectionNavigationItem with which to create this instance of the ReadOnlyNavigationItemCollection class.
ReadOnlyNavigationItemCollection Constructor
Initializes a new instance of the ReadOnlyNavigationItemCollection class. Class that serves as a wrapper around the specified System.Collections.ObjectModel.ReadOnlyCollection of NavigationItem.
Syntax
'Declaration
 
Public Function New( _
   ByVal items As Collection(Of NavigationItem) _
)
'Usage
 
Dim items As Collection(Of NavigationItem)
 
Dim instance As New ReadOnlyNavigationItemCollection(items)
public ReadOnlyNavigationItemCollection( 
   Collection<NavigationItem> items
)
public:
ReadOnlyNavigationItemCollection( 
   Collection<NavigationItem^>^ items
)

Parameters

items
The System.Collections.ObjectModel.CollectionNavigationItem with which to create this instance of the ReadOnlyNavigationItemCollection class.
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