uaPLUS Reference
TypeInfo.CastArrayElementHandler Delegate
See Also  Send Feedback
Opc.Ua Namespace : TypeInfo.CastArrayElementHandler Delegate

source
srcType
dstType

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Delegate Function TypeInfo.CastArrayElementHandler( _
   ByVal source As Object, _
   ByVal srcType As BuiltInType, _
   ByVal dstType As BuiltInType _
) As Object
C# 
public delegate object TypeInfo.CastArrayElementHandler( 
   object source,
   BuiltInType srcType,
   BuiltInType dstType
)

Parameters

source
srcType
dstType

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

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.