共用方式為


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

適用於