FreeformActivityDesigner.BringToFront(ActivityDesigner) 方法

定义

将指定的 ActivityDesigner 置于 FreeformActivityDesigner 的 Z 顺序的顶层。

public:
 void BringToFront(System::Workflow::ComponentModel::Design::ActivityDesigner ^ containedDesigner);
public void BringToFront (System.Workflow.ComponentModel.Design.ActivityDesigner containedDesigner);
member this.BringToFront : System.Workflow.ComponentModel.Design.ActivityDesigner -> unit
Public Sub BringToFront (containedDesigner As ActivityDesigner)

参数

containedDesigner
ActivityDesigner

置于 Z 顺序顶层的 ActivityDesigner

例外

containedDesigner 包含一个 null 引用(在 Visual Basic 中为 Nothing)。

containedDesigner 集合中找不到 ContainedDesigners

注解

BringToFront修改指定为其顶部可见子设计器的 ActivityDesigner z 顺序FreeformActivityDesigner。 使用此方法可以在用户选择设计器时在 Z 顺序的顶层显示该设计器。

在调用 containedDesigner 前,FreeformActivityDesigner 必须位于 BringToFront 的子级中。 如果不是,则 BringToFront 将引发 ArgumentException

适用于