Determine if there is a link from this port to another port.
'Declaration
Public Overloads Overridable Function IsLinked( _
ByVal As IGoPort _
) As Boolean
public virtual bool IsLinked(
IGoPort
)
Parameters
- p
- a destination port
Return Value
True if there is an
IGoLink from this port to . Note that a link in the opposite direction, that is one whose
IGoLink.FromPort is and whose
IGoLink.ToPort is this port, will not satisfy this predicate.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2