Northwoods.GoSilverlight 1.1.3 Assembly
Ports Property
See Also  Send Feedback
Northwoods.GoXam Namespace > Node Class : Ports Property

Gets a collection of FrameworkElements that have a non-null Node.GetPortId value.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property Ports As IEnumerable(Of FrameworkElement)
C# 
public virtual IEnumerable<FrameworkElement> Ports {get;}

Property Value

This will include Part.VisualElement itself, which might not even have a Node.PortId attached property value, if there aren't any elements with a non-null Node.PortId.

See Also