OPC Labs EasyOPC “Classic” Core Library
TryGetValue Method
OpcLabs_EasyOpcClassicCore ActiveX DLL > AECategoryElementCollection Collection : TryGetValue Method

Description
Tries to get an item from the collection using the specified key.

 

DISPID (Dispatch ID):

 

For more information, see TryGetValue in .NET Reference.

Syntax
Visual Basic
Public Function TryGetValue( _
   ByVal key As Long, _
   ByRef Item As Variant _
) As Boolean
Parameters
key

Item

Return Type

See TryGetValue in .NET Reference.

Remarks

For remarks, see TryGetValue in .NET Reference.

Example

For examples, see TryGetValue in .NET Reference.

See Also

AECategoryElementCollection Collection  | AECategoryElementCollection Members