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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Extensibility.ComTypes Namespace > _PluginSetupCollection Interface : Remove Method
Syntax
'Declaration
 
<ImplementedThroughAttribute(System.Collections.IList, "Remove")>
Function Remove( _
   ByVal key As String _
) As Boolean
'Usage
 
Dim instance As _PluginSetupCollection
Dim key As String
Dim value As Boolean
 
value = instance.Remove(key)
[ImplementedThrough(System.Collections.IList, "Remove")]
bool Remove( 
   string key
)
[ImplementedThrough(System.Collections.IList, "Remove")]
bool Remove( 
   String^ key
) 

Parameters

key
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