ActivityDesigner.GetConnections(DesignerEdges) Method
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.
Returns a read-only collection of points that the designer uses for connections.
protected public:
virtual System::Collections::ObjectModel::ReadOnlyCollection<System::Drawing::Point> ^ GetConnections(System::Workflow::ComponentModel::Design::DesignerEdges edges);
protected internal virtual System.Collections.ObjectModel.ReadOnlyCollection<System.Drawing.Point> GetConnections (System.Workflow.ComponentModel.Design.DesignerEdges edges);
abstract member GetConnections : System.Workflow.ComponentModel.Design.DesignerEdges -> System.Collections.ObjectModel.ReadOnlyCollection<System.Drawing.Point>
override this.GetConnections : System.Workflow.ComponentModel.Design.DesignerEdges -> System.Collections.ObjectModel.ReadOnlyCollection<System.Drawing.Point>
Protected Friend Overridable Function GetConnections (edges As DesignerEdges) As ReadOnlyCollection(Of Point)
Parameters
- edges
- DesignerEdges
The DesignerEdges on which to query for points.
Returns
A point read-only collection that contains the connections to use for the activity designer.
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.