WorkflowItemsPresenter.IsDefaultContainer 属性

定义

获取或设置指示当前设计器是否容器的布尔值。

public:
 property bool IsDefaultContainer { bool get(); void set(bool value); };
public bool IsDefaultContainer { get; set; }
member this.IsDefaultContainer : bool with get, set
Public Property IsDefaultContainer As Boolean

属性值

如果当前设计器为默认容器,则为 true;否则为 false

适用于