FreeformActivityDesigner.Connectors 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與 FreeformActivityDesigner 關聯的接點唯讀集合。
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::Workflow::ComponentModel::Design::Connector ^> ^ Connectors { System::Collections::ObjectModel::ReadOnlyCollection<System::Workflow::ComponentModel::Design::Connector ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Design.Connector> Connectors { get; }
member this.Connectors : System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Design.Connector>
Public ReadOnly Property Connectors As ReadOnlyCollection(Of Connector)
屬性值
唯讀集合,包含與 Connector 相關聯的所有 FreeformActivityDesigner 物件。
備註
接點就是出現在工作流程設計介面上,可將活動設計工具與其他設計工具連接在一起的線條。