Opc.Ua.Core
TranslationInfo Constructor(String,LocalizedText)



Opc.Ua Namespace > TranslationInfo Class > TranslationInfo Constructor : TranslationInfo Constructor(String,LocalizedText)
Creates an object from a key and a LocalizedText.
Syntax
'Declaration
 
Public Function New( _
   ByVal key As String, _
   ByVal text As LocalizedText _
)
'Usage
 
Dim key As String
Dim text As LocalizedText
 
Dim instance As New TranslationInfo(key, text)
public TranslationInfo( 
   string key,
   LocalizedText text
)
public:
TranslationInfo( 
   String^ key,
   LocalizedText^ text
)

Parameters

key
text
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

TranslationInfo Class
TranslationInfo Members
Overload List