次の方法で共有


ICompositeView.IsDefaultContainer プロパティ

定義

現在のデザイナーが既定のコンテナーかどうかを示す値を取得します。

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

プロパティ値

現在のデザイナーが既定のコンテナーの場合は true。それ以外の場合は false

適用対象