DesignTimeVisibleAttribute コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
DesignTimeVisibleAttribute クラスの新しいインスタンスを初期化します。
オーバーロード
| 名前 | 説明 |
|---|---|
| DesignTimeVisibleAttribute() |
DesignTimeVisibleAttributeの既定値に設定された新しい |
| DesignTimeVisibleAttribute(Boolean) |
DesignTimeVisibleAttribute プロパティを Visible の指定された値に設定して、新しい |
DesignTimeVisibleAttribute()
DesignTimeVisibleAttributeの既定値に設定された新しいfalseを作成します。
public:
DesignTimeVisibleAttribute();
public DesignTimeVisibleAttribute();
Public Sub New ()
適用対象
DesignTimeVisibleAttribute(Boolean)
DesignTimeVisibleAttribute プロパティを Visible の指定された値に設定して、新しいvisibleを作成します。
public:
DesignTimeVisibleAttribute(bool visible);
public DesignTimeVisibleAttribute(bool visible);
new System.ComponentModel.DesignTimeVisibleAttribute : bool -> System.ComponentModel.DesignTimeVisibleAttribute
Public Sub New (visible As Boolean)