[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Prüft, ob dieser Port mit einem anderem Port verbunden werden kann.
Namespace: DynamicNode.CoreAssembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Syntax
C# |
---|
public abstract bool IsConnectableTo( IPort port, out Type possibleTypeSelection ) |
Visual Basic |
---|
Public MustOverride Function IsConnectableTo ( _ port As IPort, _ <OutAttribute> ByRef possibleTypeSelection As Type _ ) As Boolean |
F# |
---|
abstract IsConnectableTo : port:IPort * possibleTypeSelection:Type byref -> bool |
Parameters
- port
- Type: DynamicNode.Core..::..IPort
Der andere Port.
- possibleTypeSelection
- Type: System..::..Type%
Wird mit dem ausgewählten Datentyp belegt, oder null, wenn der Rückgabewert false ist.