Opc.Ua.Core
ToExpandedNodeIdCollection Method



Opc.Ua Namespace > ExpandedNodeIdCollection Class : ToExpandedNodeIdCollection Method
An array of ExpandedNodeId values to return as a collection
Converts an array to a collection.
Syntax
'Declaration
 
Public Shared Function ToExpandedNodeIdCollection( _
   ByVal values() As ExpandedNodeId _
) As ExpandedNodeIdCollection
'Usage
 
Dim values() As ExpandedNodeId
Dim value As ExpandedNodeIdCollection
 
value = ExpandedNodeIdCollection.ToExpandedNodeIdCollection(values)
public static ExpandedNodeIdCollection ToExpandedNodeIdCollection( 
   ExpandedNodeId[] values
)
public:
static ExpandedNodeIdCollection^ ToExpandedNodeIdCollection( 
   array<ExpandedNodeId^>^ values
) 

Parameters

values
An array of ExpandedNodeId values to return as a collection
Remarks
This static method converts an array of ExpandedNodeId objects to an ExpandedNodeIdCollection.
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

ExpandedNodeIdCollection Class
ExpandedNodeIdCollection Members