DesignTimeVisibleAttribute コンストラクター

定義

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

オーバーロード

DesignTimeVisibleAttribute()

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

DesignTimeVisibleAttribute(Boolean)

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

DesignTimeVisibleAttribute()

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

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

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

適用対象

DesignTimeVisibleAttribute(Boolean)

ソース:
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 プロパティに設定される値。

適用対象