ICompositeView.IsDefaultContainer 属性

定义

获取一个值,该值指示当前设计器是否为默认容器。

public:
 property bool IsDefaultContainer { bool get(); };
public bool IsDefaultContainer { get; }
member this.IsDefaultContainer : bool
Public ReadOnly Property IsDefaultContainer As Boolean

属性值

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

适用于