ActivityDesigner.IsRootDesigner 属性

定义

获取一个值,该值指示设计器是否为根设计器。

public:
 property bool IsRootDesigner { bool get(); };
public bool IsRootDesigner { get; }
member this.IsRootDesigner : bool
Public ReadOnly Property IsRootDesigner As Boolean

属性值

true 如果设计器是根设计器,则为否则,为 false.

注解

根设计器将没有设计器作为其父级。 根设计器充当完整工作流的设计器,因为所有工作流组件都是子级。

适用于