Bahasa

ActivityDesigner.ParentDesigner Properti

Definisi

Mendapatkan perancang induk dari perancang yang ada.

public:
 property System::Workflow::ComponentModel::Design::CompositeActivityDesigner ^ ParentDesigner { System::Workflow::ComponentModel::Design::CompositeActivityDesigner ^ get(); };
public System.Workflow.ComponentModel.Design.CompositeActivityDesigner ParentDesigner { get; }
member this.ParentDesigner : System.Workflow.ComponentModel.Design.CompositeActivityDesigner
Public ReadOnly Property ParentDesigner As CompositeActivityDesigner

Nilai Properti

Perancang induk desainer yang ada. ActivityDesigner Jika adalah perancang akar maka yang CompositeActivityDesigner dikembalikan akan menjadi SequentialWorkflowRootDesigner; jika tidak, ActivityDesigner akan menjadi induk ActivityDesigner.

Keterangan

Anda dapat menggunakan ParentDesigner untuk memindahkan ke atas pohon objek berlapis ActivityDesigner atau untuk menemukan perancang akar.

Berlaku untuk