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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Extensibility.ComTypes Namespace > _PluginSetupCollection Interface : Add Method
Syntax
'Declaration
 
<ImplementedThroughAttribute(System.Collections.IList, "Add")>
Sub Add( _
   ByVal item As Object _
) 
'Usage
 
Dim instance As _PluginSetupCollection
Dim item As Object
 
instance.Add(item)
[ImplementedThrough(System.Collections.IList, "Add")]
void Add( 
   object item
)
[ImplementedThrough(System.Collections.IList, "Add")]
void Add( 
   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