QuickOPC User's Guide and Reference
IndexOf Method (_PluginSetupCollection)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Extensibility.ComTypes Namespace > _PluginSetupCollection Interface : IndexOf Method
Syntax
'Declaration
 
<ImplementedThroughAttribute(System.Collections.IList, "IndexOf")>
Function IndexOf( _
   ByVal item As Object _
) As Integer
'Usage
 
Dim instance As _PluginSetupCollection
Dim item As Object
Dim value As Integer
 
value = instance.IndexOf(item)
[ImplementedThrough(System.Collections.IList, "IndexOf")]
int IndexOf( 
   object item
)
[ImplementedThrough(System.Collections.IList, "IndexOf")]
int IndexOf( 
   Object^ item
) 

Parameters

item
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