OPC Studio User's Guide and Reference
GetKeyForItem Method (NodeCollection)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.NodeSpace Namespace > NodeCollection Class : GetKeyForItem Method

The value of this parameter cannot be null (Nothing in Visual Basic).

Syntax
'Declaration
 
Protected Overrides Function GetKeyForItem( _
   ByVal item As Node _
) As KeyValuePair(Of String,Boolean)
'Usage
 
Dim instance As NodeCollection
Dim item As Node
Dim value As KeyValuePair(Of String,Boolean)
 
value = instance.GetKeyForItem(item)
protected override KeyValuePair<string,bool> GetKeyForItem( 
   Node item
)
protected:
KeyValuePair<String^,bool> GetKeyForItem( 
   Node^ item
) override 

Parameters

item

The value of this parameter cannot be null (Nothing in Visual Basic).

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also

Reference

NodeCollection Class
NodeCollection Members
Base Implementation in GetKeyForItem