Opc.Ua.Core
ToLocalizedTextCollection Method



Opc.Ua Namespace > LocalizedTextCollection Class : ToLocalizedTextCollection Method
Array of localized text values to convert to a collection
Converts an array to a collection.
Syntax
'Declaration
 
Public Shared Function ToLocalizedTextCollection( _
   ByVal values() As LocalizedText _
) As LocalizedTextCollection
'Usage
 
Dim values() As LocalizedText
Dim value As LocalizedTextCollection
 
value = LocalizedTextCollection.ToLocalizedTextCollection(values)
public static LocalizedTextCollection ToLocalizedTextCollection( 
   LocalizedText[] values
)
public:
static LocalizedTextCollection^ ToLocalizedTextCollection( 
   array<LocalizedText^>^ values
) 

Parameters

values
Array of localized text values to convert to 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

LocalizedTextCollection Class
LocalizedTextCollection Members