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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Configuration.ComTypes Namespace > _ConfigurationPartCollection Interface : IndexOf Method
Syntax
'Declaration
 
Function IndexOf( _
   ByVal item As Object _
) As Integer
'Usage
 
Dim instance As _ConfigurationPartCollection
Dim item As Object
Dim value As Integer
 
value = instance.IndexOf(item)
int IndexOf( 
   object item
)
int IndexOf( 
   Object^ item
) 

Parameters

item
Requirements

Target Platforms: .NET Framework: Windows 7 with SP1, Windows Server 2012; .NET Core: Linux, Microsoft Windows

See Also

Reference

_ConfigurationPartCollection Interface
_ConfigurationPartCollection Members