Removes a constituent connectivity from this composed connectivity.
Syntax
'Declaration
Public Function Remove( _
ByVal As IConnectivity _
) As Boolean
'Usage
Dim instance As CompositeConnectivity
Dim connectivity As IConnectivity
Dim value As Boolean
value = instance.Remove(connectivity)
public bool Remove(
IConnectivity
)
public:
bool Remove(
IConnectivity^
)
Parameters
- connectivity
- The constituent connectivity to be removed.
Return Value
true
if the constituent connectivity has been successfully removed; false
otherwise.
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