ICompositeView.IsDefaultContainer 속성

정의

현재 디자이너가 기본 컨테이너인지 여부를 나타내는 값을 가져옵니다.

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

속성 값

현재 디자이너가 기본 컨테이너이면 true이고, 그렇지 않으면 false입니다.

적용 대상