OPC Labs Base Library
DictionaryEntry2 Object
Members 
OpcLabs_BaseLib ActiveX DLL : DictionaryEntry2 Object
Description
A DictionaryEntry2 holds a key and a value from a dictionary, for COM consumption.

 

ProgId: OpcLabs.BaseLib.Collections.DictionaryEntry2
CLSID (Class ID): 6289d522-80f4-4b5d-8482-3cbb4462b625
Default interface: OpcLabs.BaseLib.Collections.ComTypes._DictionaryEntry2
Event source interface:

 

For more information, see DictionaryEntry2 and OpcLabs.BaseLib.Collections.ComTypes._DictionaryEntry2 in .NET Reference.

Remarks

For remarks, see DictionaryEntry2 and OpcLabs.BaseLib.Collections.ComTypes._DictionaryEntry2 in .NET Reference.

Object creation

_DictionaryEntry2Ptr DictionaryEntry2Ptr(__uuidof(DictionaryEntry2));
DictionaryEntry2 := CoDictionaryEntry2.Create;
var DictionaryEntry2 = new ActiveXObject("OpcLabs.BaseLib.Collections.DictionaryEntry2");
DictionaryEntry2 := CoDictionaryEntry2.Create;
$DictionaryEntry2 = Win32::OLE->new("OpcLabs.BaseLib.Collections.DictionaryEntry2");
$DictionaryEntry2 = new COM("OpcLabs.BaseLib.Collections.DictionaryEntry2");
OLEObject DictionaryEntry2
DictionaryEntry2 = CREATE OLEObject
DictionaryEntry2.ConnectToNewObject("OpcLabs.BaseLib.Collections.DictionaryEntry2")
DictionaryEntry2 = win32com.client.Dispatch('OpcLabs.BaseLib.Collections.DictionaryEntry2')
Dim DictionaryEntry2 As New OleObject ("OpcLabs.BaseLib.Collections.DictionaryEntry2")
Dim DictionaryEntry2 As New DictionaryEntry2
DictionaryEntry2 = CREATEOBJECT("OpcLabs.BaseLib.Collections.DictionaryEntry2")
Dim DictionaryEntry2 As New DictionaryEntry2
Dim DictionaryEntry2: Set DictionaryEntry2 = CreateObject("OpcLabs.BaseLib.Collections.DictionaryEntry2")
DictionaryEntry2 := CreateObject("OpcLabs.BaseLib.Collections.DictionaryEntry2")
Interfaces
InterfaceDescription
 
Example

For examples, see DictionaryEntry2 in .NET Reference.

See Also

DictionaryEntry2 Members