Opc.Ua.Core
ReadVariantContents Method



Opc.Ua Namespace > XmlDecoder Class : ReadVariantContents Method
Reads the contents of an Variant object.
Syntax
'Declaration
 
Public Function ReadVariantContents( _
   ByRef typeInfo As TypeInfo _
) As Object
'Usage
 
Dim instance As XmlDecoder
Dim typeInfo As TypeInfo
Dim value As Object
 
value = instance.ReadVariantContents(typeInfo)
public object ReadVariantContents( 
   out TypeInfo typeInfo
)
public:
Object^ ReadVariantContents( 
   [Out] TypeInfo^ typeInfo
) 

Parameters

typeInfo
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

XmlDecoder Class
XmlDecoder Members