Port.HasConnectionPoints Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether or not this NodeShape requires the use of connection points.
public:
virtual property bool HasConnectionPoints { bool get(); };
public override bool HasConnectionPoints { get; }
member this.HasConnectionPoints : bool
Public Overrides ReadOnly Property HasConnectionPoints As Boolean
Property Value
true means this shape requires connection points; otherwise, they're not used.