ActivityDesigner.ParentDesigner プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
既存のデザイナーの親デザイナーを取得します。
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
プロパティ値
既存のデザイナーの親デザイナー。 ActivityDesigner がルート デザイナーの場合、返される CompositeActivityDesigner は SequentialWorkflowRootDesigner になります。それ以外の場合、ActivityDesigner は親 ActivityDesigner になります。
注釈
ParentDesigner を使用して、入れ子になった ActivityDesigner オブジェクトのツリーの上に移動したり、ルート デザイナーを見つけたりできます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET