OPC Labs EasyOPC-UA Library
UAKeyValueDictionary Collection
Members 
OpcLabs_EasyOpcUA ActiveX DLL : UAKeyValueDictionary Collection
Description
A dictionary where the key is an OPC UA qualified name, and the value can be any value valid in OPC UA.

 

ProgId: OpcLabs.EasyOpc.UA.UAKeyValueDictionary
CLSID (Class ID): 6141b86e-6b7c-429b-9d48-009b99c36964
Default interface: OpcLabs.EasyOpc.UA.ComTypes._UAKeyValueDictionary
Event source interface:

 

For more information, see UAKeyValueDictionary and OpcLabs.EasyOpc.UA.ComTypes._UAKeyValueDictionary in .NET Reference.

Remarks

For remarks, see UAKeyValueDictionary and OpcLabs.EasyOpc.UA.ComTypes._UAKeyValueDictionary in .NET Reference.

Object creation

_UAKeyValueDictionaryPtr UAKeyValueDictionaryPtr(__uuidof(UAKeyValueDictionary));
UAKeyValueDictionary := CoUAKeyValueDictionary.Create;
var UAKeyValueDictionary = new ActiveXObject("OpcLabs.EasyOpc.UA.UAKeyValueDictionary");
UAKeyValueDictionary := CoUAKeyValueDictionary.Create;
$UAKeyValueDictionary = Win32::OLE->new("OpcLabs.EasyOpc.UA.UAKeyValueDictionary");
$UAKeyValueDictionary = new COM("OpcLabs.EasyOpc.UA.UAKeyValueDictionary");
OLEObject UAKeyValueDictionary
UAKeyValueDictionary = CREATE OLEObject
UAKeyValueDictionary.ConnectToNewObject("OpcLabs.EasyOpc.UA.UAKeyValueDictionary")
UAKeyValueDictionary = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.UAKeyValueDictionary')
Dim UAKeyValueDictionary As New OleObject ("OpcLabs.EasyOpc.UA.UAKeyValueDictionary")
Dim UAKeyValueDictionary As New UAKeyValueDictionary
UAKeyValueDictionary = CREATEOBJECT("OpcLabs.EasyOpc.UA.UAKeyValueDictionary")
Dim UAKeyValueDictionary As New UAKeyValueDictionary
Dim UAKeyValueDictionary: Set UAKeyValueDictionary = CreateObject("OpcLabs.EasyOpc.UA.UAKeyValueDictionary")
UAKeyValueDictionary := CreateObject("OpcLabs.EasyOpc.UA.UAKeyValueDictionary")
Interfaces
InterfaceDescription
 

 

IID (Interface ID): 0cb251a7-3ab3-3b5c-a0b8-9ddf88824b85

 

For more information, see ICloneable in .NET Reference.

 

IID (Interface ID): de8db6f8-d101-3a92-8d1c-e72e5f10e992

 

For more information, see ICollection in .NET Reference.

 

IID (Interface ID): ab3f47e4-c227-3b05-bf9f-94649bef9888

 

For more information, see IDeserializationCallback in .NET Reference.

 

IID (Interface ID): 6a6841df-3287-3d87-8060-ce0b4c77d2a1

 

For more information, see IDictionary in .NET Reference.

 

IID (Interface ID): 496b0abe-cdee-11d3-88e8-00902754c43a

 

For more information, see IEnumerable in .NET Reference.

 

IID (Interface ID): d0eeaa62-3d30-3ee2-b896-a2f34dda47d8

 

For more information, see ISerializable in .NET Reference.

Example

For examples, see UAKeyValueDictionary in .NET Reference.

See Also

UAKeyValueDictionary Members