Opc.Ua.Core
ToVariantCollection Method



Opc.Ua Namespace > VariantCollection Class : ToVariantCollection Method
An array of Variant to convert to a collection
Converts an array to a collection.
Syntax
'Declaration
 
Public Shared Function ToVariantCollection( _
   ByVal values() As Variant _
) As VariantCollection
 
'Usage
 
Dim values() As Variant
Dim value As VariantCollection
 
value = VariantCollection.ToVariantCollection(values)

Parameters

values
An array of Variant to convert to a collection
Remarks
Converts an array of Variant 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

VariantCollection Class
VariantCollection Members