OPC Labs Base Library
Add Method
OpcLabs_BaseLib ActiveX DLL > StringObjectDictionary Collection : Add Method

Description
Adds an element with the provided key and value to the dictionary.

 

DISPID (Dispatch ID):

 

For more information, see Add in .NET Reference.

Syntax
Visual Basic
Public Sub Add( _
   ByVal key As String, _
   ByVal Item As Variant _
) 
Parameters
key

Item

Return Type

See Add in .NET Reference.

Remarks

For remarks, see Add in .NET Reference.

Example

For examples, see Add in .NET Reference.

See Also

StringObjectDictionary Collection  | StringObjectDictionary Members