OPC Labs Base Library
DictionaryWrapper Collection
Members 
OpcLabs_BaseLib ActiveX DLL : DictionaryWrapper Collection
Description
Wraps a nongeneric dictionary.

 

ProgId: OpcLabs.BaseLib.Collections.Internal.DictionaryWrapper
CLSID (Class ID): 1371f0c0-4d70-4c57-b69d-2819a4802324
Default interface: OpcLabs.BaseLib.Collections.ComTypes._Dictionary
Event source interface:

 

For more information, see DictionaryWrapper and OpcLabs.BaseLib.Collections.ComTypes._Dictionary in .NET Reference.

Remarks

For remarks, see DictionaryWrapper and OpcLabs.BaseLib.Collections.ComTypes._Dictionary in .NET Reference.

Object creation

_DictionaryWrapperPtr DictionaryWrapperPtr(__uuidof(DictionaryWrapper));
DictionaryWrapper := CoDictionaryWrapper.Create;
var DictionaryWrapper = new ActiveXObject("OpcLabs.BaseLib.Collections.Internal.DictionaryWrapper");
DictionaryWrapper := CoDictionaryWrapper.Create;
$DictionaryWrapper = Win32::OLE->new("OpcLabs.BaseLib.Collections.Internal.DictionaryWrapper");
$DictionaryWrapper = new COM("OpcLabs.BaseLib.Collections.Internal.DictionaryWrapper");
OLEObject DictionaryWrapper
DictionaryWrapper = CREATE OLEObject
DictionaryWrapper.ConnectToNewObject("OpcLabs.BaseLib.Collections.Internal.DictionaryWrapper")
DictionaryWrapper = win32com.client.Dispatch('OpcLabs.BaseLib.Collections.Internal.DictionaryWrapper')
Dim DictionaryWrapper As New OleObject ("OpcLabs.BaseLib.Collections.Internal.DictionaryWrapper")
Dim DictionaryWrapper As New DictionaryWrapper
DictionaryWrapper = CREATEOBJECT("OpcLabs.BaseLib.Collections.Internal.DictionaryWrapper")
Dim DictionaryWrapper As New DictionaryWrapper
Dim DictionaryWrapper: Set DictionaryWrapper = CreateObject("OpcLabs.BaseLib.Collections.Internal.DictionaryWrapper")
DictionaryWrapper := CreateObject("OpcLabs.BaseLib.Collections.Internal.DictionaryWrapper")
Interfaces
InterfaceDescription
 

 

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

 

For more information, see ICollection 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.

Example

For examples, see DictionaryWrapper in .NET Reference.

See Also

DictionaryWrapper Members