Opc.Ua.Core
ToUuidCollection Method



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

Parameters

values
The array of Uuid values to return as 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

UuidCollection Class
UuidCollection Members