WorkflowViewElement.IsRootDesigner 属性

定义

获取或设置一个值,该值指示此指定设计器是否为此元素的根设计器。

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

属性值

如果指定的设计器为此根设计器,则为 true;否则为 false

适用于