ICompositeView.IsDefaultContainer 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得表示目前的設計工具是否為預設容器的值。
public:
property bool IsDefaultContainer { bool get(); };
public bool IsDefaultContainer { get; }
member this.IsDefaultContainer : bool
Public ReadOnly Property IsDefaultContainer As Boolean
屬性值
如果目前設計工具為預設容器,則為 true
,否則為 false
。