EasyUA Reference
TranslationInfo Constructor(XmlQualifiedName,Object[])
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > TranslationInfo Class > TranslationInfo Constructor : TranslationInfo Constructor(XmlQualifiedName,Object[])

symbolicId
args

Glossary Item Box

Stores the arguments for uses with a SymbolicId that is used to look up default text.

Syntax

Visual Basic (Usage)Copy Code
Dim symbolicId As XmlQualifiedName
Dim args() As Object
 
Dim instance As New TranslationInfo(symbolicId, args)
C# 
public TranslationInfo( 
   XmlQualifiedName symbolicId,
   params object[] args
)

Parameters

symbolicId
args

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.