Opc.Ua.Core
ToQualifiedNameCollection Method



Opc.Ua Namespace > QualifiedNameCollection Class : ToQualifiedNameCollection Method
The array to turn into a collection
Converts an array to a collection.
Syntax
'Declaration
 
Public Shared Function ToQualifiedNameCollection( _
   ByVal values() As QualifiedName _
) As QualifiedNameCollection
'Usage
 
Dim values() As QualifiedName
Dim value As QualifiedNameCollection
 
value = QualifiedNameCollection.ToQualifiedNameCollection(values)
public static QualifiedNameCollection ToQualifiedNameCollection( 
   QualifiedName[] values
)
public:
static QualifiedNameCollection^ ToQualifiedNameCollection( 
   array<QualifiedName^>^ values
) 

Parameters

values
The array to turn into a collection
Remarks
Converts an array to a collection.
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

QualifiedNameCollection Class
QualifiedNameCollection Members