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.

适用于