WorkflowItemsPresenter.IsDefaultContainer 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定布林值,指出目前的設計工具是否為預設容器。
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
。