DesignTimeVisibleAttribute コンストラクター

定義

DesignTimeVisibleAttribute クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
DesignTimeVisibleAttribute()

DesignTimeVisibleAttributeの既定値に設定された新しいfalseを作成します。

DesignTimeVisibleAttribute(Boolean)

DesignTimeVisibleAttribute プロパティを Visible の指定された値に設定して、新しいvisibleを作成します。

DesignTimeVisibleAttribute()

ソース:
DesignTimeVisibleAttribute.cs
ソース:
DesignTimeVisibleAttribute.cs
ソース:
DesignTimeVisibleAttribute.cs
ソース:
DesignTimeVisibleAttribute.cs
ソース:
DesignTimeVisibleAttribute.cs

DesignTimeVisibleAttributeの既定値に設定された新しいfalseを作成します。

public:
 DesignTimeVisibleAttribute();
public DesignTimeVisibleAttribute();
Public Sub New ()

適用対象

DesignTimeVisibleAttribute(Boolean)

ソース:
DesignTimeVisibleAttribute.cs
ソース:
DesignTimeVisibleAttribute.cs
ソース:
DesignTimeVisibleAttribute.cs
ソース:
DesignTimeVisibleAttribute.cs
ソース:
DesignTimeVisibleAttribute.cs

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)

パラメーター

visible
Boolean

Visible プロパティが設定される値。

適用対象